Shades of Turquoise #39D9C8
Tints of Turquoise #39D9C8
RGB
CMYK
RGB Variations
Color information
#39D9C8 (or 0x39D9C8) is known color: Turquoise. HEX triplet: 39, D9 and C8. RGB value is (57,217,200). Sum of RGB (Red+Green+Blue) = 57+217+200=474 (62% of max value = 765). Red value is 57 (22.66% from 255 or 12.03% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 200 (78.52% from 255 or 42.19% from 474); Max value from RGB is 217 - color contains mainly: green. Hex color #39D9C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D9C8 is #C62637. Grayscale: #A7A7A7. Windows color (decimal): -12985912 or 13162809. OLE color: 13162809.
HSL color Cylindrical-coordinate representation of color #39D9C8: hue angle of 173.62º 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 #39D9C8 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 217 | 200 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.15 |
| HSL | 173.63º | 0.68% | 0.54% | - |
| HSV(B) | 173.63º | 0.74% | 0.85% | - |
| XYZ | 36.93 | 54.67 | 63.25 | - |
| YUV | 167.22 | 146.49 | 49.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 217 | 200 | 0.74 | 0 | 0.08 | 0.15 | 173.63 | 0.68 | 0.54 |
| Hex | 39 | D9 | C8 | 4A | 0 | 8 | F | AE | 44 | 36 |
| Octal | 71 | 331 | 310 | 112 | 0 | 10 | 17 | 256 | 104 | 66 |
| Binary | 111001 | 11011001 | 11001000 | 1001010 | 0 | 1000 | 1111 | 10101110 | 1000100 | 110110 |
Color Harmonies of #39D9C8
Complementary color
Monochromatic Colors of #39D9C8
Black with #39D9C8
Text Example
Text Example
White with #39D9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D9C8; }
p { color: rgb(57,217,200); }
H1.HeaderClassName
{
color: #39D9C8;
}
.AnyTagClassName
{
color: #39D9C8;
}
</style>
background-color css
<style>
a { background-color: #39D9C8; }
a { background-color: rgb(57,217,200); }
div.DivClassName
{
background-color: #39D9C8;
}
.BgClassName
{
background-color: #39D9C8;
}
</style>
border-color css
<style>
span { border-color: #39D9C8; }
span { border-color: rgb(57,217,200); }
td.TdClassName
{
border-color: #39D9C8;
}
.TagClassName
{
border-color: #39D9C8;
}
</style>