Shades of Medium Turquoise #39CBB8
Tints of Medium Turquoise #39CBB8
RGB
CMYK
RGB Variations
Color information
#39CBB8 (or 0x39CBB8) is known color: Medium Turquoise. HEX triplet: 39, CB and B8. RGB value is (57,203,184). Sum of RGB (Red+Green+Blue) = 57+203+184=444 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.84% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 184 (72.27% from 255 or 41.44% from 444); Max value from RGB is 203 - color contains mainly: green. Hex color #39CBB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CBB8 is #C63447. Grayscale: #9D9D9D. Windows color (decimal): -12989512 or 12110649. OLE color: 12110649.
HSL color Cylindrical-coordinate representation of color #39CBB8: hue angle of 172.19º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39CBB8 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 203 | 184 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.20 |
| HSL | 172.19º | 0.58% | 0.51% | - |
| HSV(B) | 172.19º | 0.72% | 0.8% | - |
| XYZ | 31.7 | 47.04 | 52.76 | - |
| YUV | 157.18 | 143.13 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 203 | 184 | 0.72 | 0 | 0.09 | 0.20 | 172.19 | 0.58 | 0.51 |
| Hex | 39 | CB | B8 | 48 | 0 | 9 | 14 | AC | 3A | 33 |
| Octal | 71 | 313 | 270 | 110 | 0 | 11 | 24 | 254 | 72 | 63 |
| Binary | 111001 | 11001011 | 10111000 | 1001000 | 0 | 1001 | 10100 | 10101100 | 111010 | 110011 |
Color Harmonies of #39CBB8
Complementary color
Monochromatic Colors of #39CBB8
Black with #39CBB8
Text Example
Text Example
White with #39CBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CBB8; }
p { color: rgb(57,203,184); }
H1.HeaderClassName
{
color: #39CBB8;
}
.AnyTagClassName
{
color: #39CBB8;
}
</style>
background-color css
<style>
a { background-color: #39CBB8; }
a { background-color: rgb(57,203,184); }
div.DivClassName
{
background-color: #39CBB8;
}
.BgClassName
{
background-color: #39CBB8;
}
</style>
border-color css
<style>
span { border-color: #39CBB8; }
span { border-color: rgb(57,203,184); }
td.TdClassName
{
border-color: #39CBB8;
}
.TagClassName
{
border-color: #39CBB8;
}
</style>