Shades of Turquoise #39D4CF
Tints of Turquoise #39D4CF
RGB
CMYK
RGB Variations
Color information
#39D4CF (or 0x39D4CF) is known color: Turquoise. HEX triplet: 39, D4 and CF. RGB value is (57,212,207). Sum of RGB (Red+Green+Blue) = 57+212+207=476 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.97% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 212 - color contains mainly: green. Hex color #39D4CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D4CF is #C62B30. Grayscale: #A4A4A4. Windows color (decimal): -12987185 or 13620281. OLE color: 13620281.
HSL color Cylindrical-coordinate representation of color #39D4CF: hue angle of 178.06º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D4CF is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 57 | 212 | 207 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.17 |
| HSL | 178.06º | 0.64% | 0.53% | - |
| HSV(B) | 178.06º | 0.73% | 0.83% | - |
| XYZ | 36.49 | 52.46 | 67.23 | - |
| YUV | 165.09 | 151.65 | 50.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 212 | 207 | 0.73 | 0 | 0.02 | 0.17 | 178.06 | 0.64 | 0.53 |
| Hex | 39 | D4 | CF | 49 | 0 | 2 | 11 | B2 | 40 | 35 |
| Octal | 71 | 324 | 317 | 111 | 0 | 2 | 21 | 262 | 100 | 65 |
| Binary | 111001 | 11010100 | 11001111 | 1001001 | 0 | 10 | 10001 | 10110010 | 1000000 | 110101 |
Color Harmonies of #39D4CF
Complementary color
Monochromatic Colors of #39D4CF
Black with #39D4CF
Text Example
Text Example
White with #39D4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D4CF; }
p { color: rgb(57,212,207); }
H1.HeaderClassName
{
color: #39D4CF;
}
.AnyTagClassName
{
color: #39D4CF;
}
</style>
background-color css
<style>
a { background-color: #39D4CF; }
a { background-color: rgb(57,212,207); }
div.DivClassName
{
background-color: #39D4CF;
}
.BgClassName
{
background-color: #39D4CF;
}
</style>
border-color css
<style>
span { border-color: #39D4CF; }
span { border-color: rgb(57,212,207); }
td.TdClassName
{
border-color: #39D4CF;
}
.TagClassName
{
border-color: #39D4CF;
}
</style>