Shades of Turquoise #39D6D6
Tints of Turquoise #39D6D6
RGB
CMYK
RGB Variations
Color information
#39D6D6 (or 0x39D6D6) is known color: Turquoise. HEX triplet: 39, D6 and D6. RGB value is (57,214,214). Sum of RGB (Red+Green+Blue) = 57+214+214=485 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.75% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 214 - color contains mainly: green, blue. Hex color #39D6D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D6D6 is #C62929. Grayscale: #A6A6A6. Windows color (decimal): -12986666 or 14079545. OLE color: 14079545.
HSL color Cylindrical-coordinate representation of color #39D6D6: hue angle of 180º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D6D6 is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 57 | 214 | 214 | - |
| CMYK | 0.73 | 0 | 0 | 0.16 |
| HSL | 180º | 0.66% | 0.53% | - |
| HSV(B) | 180º | 0.73% | 0.84% | - |
| XYZ | 37.87 | 53.82 | 72.01 | - |
| YUV | 167.06 | 154.49 | 49.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 214 | 214 | 0.73 | 0 | 0 | 0.16 | 180 | 0.66 | 0.53 |
| Hex | 39 | D6 | D6 | 49 | 0 | 0 | 10 | B4 | 42 | 35 |
| Octal | 71 | 326 | 326 | 111 | 0 | 0 | 20 | 264 | 102 | 65 |
| Binary | 111001 | 11010110 | 11010110 | 1001001 | 0 | 0 | 10000 | 10110100 | 1000010 | 110101 |
Color Harmonies of #39D6D6
Complementary color
Monochromatic Colors of #39D6D6
Black with #39D6D6
Text Example
Text Example
White with #39D6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D6D6; }
p { color: rgb(57,214,214); }
H1.HeaderClassName
{
color: #39D6D6;
}
.AnyTagClassName
{
color: #39D6D6;
}
</style>
background-color css
<style>
a { background-color: #39D6D6; }
a { background-color: rgb(57,214,214); }
div.DivClassName
{
background-color: #39D6D6;
}
.BgClassName
{
background-color: #39D6D6;
}
</style>
border-color css
<style>
span { border-color: #39D6D6; }
span { border-color: rgb(57,214,214); }
td.TdClassName
{
border-color: #39D6D6;
}
.TagClassName
{
border-color: #39D6D6;
}
</style>