Shades of Turquoise #39D9CB
Tints of Turquoise #39D9CB
RGB
CMYK
RGB Variations
Color information
#39D9CB (or 0x39D9CB) is known color: Turquoise. HEX triplet: 39, D9 and CB. RGB value is (57,217,203). Sum of RGB (Red+Green+Blue) = 57+217+203=477 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.95% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 217 - color contains mainly: green. Hex color #39D9CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D9CB is #C62634. Grayscale: #A7A7A7. Windows color (decimal): -12985909 or 13359417. OLE color: 13359417.
HSL color Cylindrical-coordinate representation of color #39D9CB: hue angle of 174.75º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39D9CB is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 217 | 203 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.15 |
| HSL | 174.75º | 0.68% | 0.54% | - |
| HSV(B) | 174.75º | 0.74% | 0.85% | - |
| XYZ | 37.28 | 54.81 | 65.11 | - |
| YUV | 167.56 | 147.99 | 49.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 217 | 203 | 0.74 | 0 | 0.06 | 0.15 | 174.75 | 0.68 | 0.54 |
| Hex | 39 | D9 | CB | 4A | 0 | 6 | F | AF | 44 | 36 |
| Octal | 71 | 331 | 313 | 112 | 0 | 6 | 17 | 257 | 104 | 66 |
| Binary | 111001 | 11011001 | 11001011 | 1001010 | 0 | 110 | 1111 | 10101111 | 1000100 | 110110 |
Color Harmonies of #39D9CB
Complementary color
Monochromatic Colors of #39D9CB
Black with #39D9CB
Text Example
Text Example
White with #39D9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D9CB; }
p { color: rgb(57,217,203); }
H1.HeaderClassName
{
color: #39D9CB;
}
.AnyTagClassName
{
color: #39D9CB;
}
</style>
background-color css
<style>
a { background-color: #39D9CB; }
a { background-color: rgb(57,217,203); }
div.DivClassName
{
background-color: #39D9CB;
}
.BgClassName
{
background-color: #39D9CB;
}
</style>
border-color css
<style>
span { border-color: #39D9CB; }
span { border-color: rgb(57,217,203); }
td.TdClassName
{
border-color: #39D9CB;
}
.TagClassName
{
border-color: #39D9CB;
}
</style>