Shades of Medium Turquoise #38BFBB
Tints of Medium Turquoise #38BFBB
RGB
CMYK
RGB Variations
Color information
#38BFBB (or 0x38BFBB) is known color: Medium Turquoise. HEX triplet: 38, BF and BB. RGB value is (56,191,187). Sum of RGB (Red+Green+Blue) = 56+191+187=434 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.90% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 191 - color contains mainly: green. Hex color #38BFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BFBB is #C74044. Grayscale: #969696. Windows color (decimal): -13058117 or 12304184. OLE color: 12304184.
HSL color Cylindrical-coordinate representation of color #38BFBB: hue angle of 178.22º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38BFBB is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 191 | 187 | - |
| CMYK | 0.71 | 0 | 0.02 | 0.25 |
| HSL | 178.22º | 0.55% | 0.48% | - |
| HSV(B) | 178.22º | 0.71% | 0.75% | - |
| XYZ | 29.23 | 41.69 | 53.52 | - |
| YUV | 150.18 | 148.77 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 191 | 187 | 0.71 | 0 | 0.02 | 0.25 | 178.22 | 0.55 | 0.48 |
| Hex | 38 | BF | BB | 47 | 0 | 2 | 19 | B2 | 37 | 30 |
| Octal | 70 | 277 | 273 | 107 | 0 | 2 | 31 | 262 | 67 | 60 |
| Binary | 111000 | 10111111 | 10111011 | 1000111 | 0 | 10 | 11001 | 10110010 | 110111 | 110000 |
Color Harmonies of #38BFBB
Complementary color
Monochromatic Colors of #38BFBB
Black with #38BFBB
Text Example
Text Example
White with #38BFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BFBB; }
p { color: rgb(56,191,187); }
H1.HeaderClassName
{
color: #38BFBB;
}
.AnyTagClassName
{
color: #38BFBB;
}
</style>
background-color css
<style>
a { background-color: #38BFBB; }
a { background-color: rgb(56,191,187); }
div.DivClassName
{
background-color: #38BFBB;
}
.BgClassName
{
background-color: #38BFBB;
}
</style>
border-color css
<style>
span { border-color: #38BFBB; }
span { border-color: rgb(56,191,187); }
td.TdClassName
{
border-color: #38BFBB;
}
.TagClassName
{
border-color: #38BFBB;
}
</style>