Shades of Turquoise #39DCDA
Tints of Turquoise #39DCDA
RGB
CMYK
RGB Variations
Color information
#39DCDA (or 0x39DCDA) is known color: Turquoise. HEX triplet: 39, DC and DA. RGB value is (57,220,218). Sum of RGB (Red+Green+Blue) = 57+220+218=495 (65% of max value = 765). Red value is 57 (22.66% from 255 or 11.52% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #39DCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DCDA is #C62325. Grayscale: #AAAAAA. Windows color (decimal): -12985126 or 14343225. OLE color: 14343225.
HSL color Cylindrical-coordinate representation of color #39DCDA: hue angle of 179.26º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39DCDA is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 220 | 218 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.14 |
| HSL | 179.26º | 0.7% | 0.54% | - |
| HSV(B) | 179.26º | 0.74% | 0.86% | - |
| XYZ | 39.94 | 57.12 | 75.25 | - |
| YUV | 171.04 | 154.5 | 46.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 220 | 218 | 0.74 | 0 | 0.01 | 0.14 | 179.26 | 0.7 | 0.54 |
| Hex | 39 | DC | DA | 4A | 0 | 1 | E | B3 | 46 | 36 |
| Octal | 71 | 334 | 332 | 112 | 0 | 1 | 16 | 263 | 106 | 66 |
| Binary | 111001 | 11011100 | 11011010 | 1001010 | 0 | 1 | 1110 | 10110011 | 1000110 | 110110 |
Color Harmonies of #39DCDA
Complementary color
Monochromatic Colors of #39DCDA
Black with #39DCDA
Text Example
Text Example
White with #39DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DCDA; }
p { color: rgb(57,220,218); }
H1.HeaderClassName
{
color: #39DCDA;
}
.AnyTagClassName
{
color: #39DCDA;
}
</style>
background-color css
<style>
a { background-color: #39DCDA; }
a { background-color: rgb(57,220,218); }
div.DivClassName
{
background-color: #39DCDA;
}
.BgClassName
{
background-color: #39DCDA;
}
</style>
border-color css
<style>
span { border-color: #39DCDA; }
span { border-color: rgb(57,220,218); }
td.TdClassName
{
border-color: #39DCDA;
}
.TagClassName
{
border-color: #39DCDA;
}
</style>