Shades of Turquoise #39D8C5
Tints of Turquoise #39D8C5
RGB
CMYK
RGB Variations
Color information
#39D8C5 (or 0x39D8C5) is known color: Turquoise. HEX triplet: 39, D8 and C5. RGB value is (57,216,197). Sum of RGB (Red+Green+Blue) = 57+216+197=470 (62% of max value = 765). Red value is 57 (22.66% from 255 or 12.13% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 216 - color contains mainly: green. Hex color #39D8C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D8C5 is #C6273A. Grayscale: #A6A6A6. Windows color (decimal): -12986171 or 12965945. OLE color: 12965945.
HSL color Cylindrical-coordinate representation of color #39D8C5: hue angle of 172.83º degrees, saturation: 0.67, 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 #39D8C5 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 216 | 197 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.15 |
| HSL | 172.83º | 0.67% | 0.54% | - |
| HSV(B) | 172.83º | 0.74% | 0.85% | - |
| XYZ | 36.32 | 54.01 | 61.33 | - |
| YUV | 166.29 | 145.32 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 216 | 197 | 0.74 | 0 | 0.09 | 0.15 | 172.83 | 0.67 | 0.54 |
| Hex | 39 | D8 | C5 | 4A | 0 | 9 | F | AD | 43 | 36 |
| Octal | 71 | 330 | 305 | 112 | 0 | 11 | 17 | 255 | 103 | 66 |
| Binary | 111001 | 11011000 | 11000101 | 1001010 | 0 | 1001 | 1111 | 10101101 | 1000011 | 110110 |
Color Harmonies of #39D8C5
Complementary color
Monochromatic Colors of #39D8C5
Black with #39D8C5
Text Example
Text Example
White with #39D8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D8C5; }
p { color: rgb(57,216,197); }
H1.HeaderClassName
{
color: #39D8C5;
}
.AnyTagClassName
{
color: #39D8C5;
}
</style>
background-color css
<style>
a { background-color: #39D8C5; }
a { background-color: rgb(57,216,197); }
div.DivClassName
{
background-color: #39D8C5;
}
.BgClassName
{
background-color: #39D8C5;
}
</style>
border-color css
<style>
span { border-color: #39D8C5; }
span { border-color: rgb(57,216,197); }
td.TdClassName
{
border-color: #39D8C5;
}
.TagClassName
{
border-color: #39D8C5;
}
</style>