Shades of Turquoise #39DBDD
Tints of Turquoise #39DBDD
RGB
CMYK
RGB Variations
Color information
#39DBDD (or 0x39DBDD) is known color: Turquoise. HEX triplet: 39, DB and DD. RGB value is (57,219,221). Sum of RGB (Red+Green+Blue) = 57+219+221=497 (65% of max value = 765). Red value is 57 (22.66% from 255 or 11.47% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #39DBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DBDD is #C62422. Grayscale: #AAAAAA. Windows color (decimal): -12985379 or 14539577. OLE color: 14539577.
HSL color Cylindrical-coordinate representation of color #39DBDD: hue angle of 180.73º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39DBDD is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 219 | 221 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.13 |
| HSL | 180.73º | 0.71% | 0.55% | - |
| HSV(B) | 180.73º | 0.74% | 0.87% | - |
| XYZ | 40.07 | 56.75 | 77.25 | - |
| YUV | 170.79 | 156.33 | 46.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 219 | 221 | 0.74 | 0.01 | 0 | 0.13 | 180.73 | 0.71 | 0.55 |
| Hex | 39 | DB | DD | 4A | 1 | 0 | D | B5 | 47 | 37 |
| Octal | 71 | 333 | 335 | 112 | 1 | 0 | 15 | 265 | 107 | 67 |
| Binary | 111001 | 11011011 | 11011101 | 1001010 | 1 | 0 | 1101 | 10110101 | 1000111 | 110111 |
Color Harmonies of #39DBDD
Complementary color
Monochromatic Colors of #39DBDD
Black with #39DBDD
Text Example
Text Example
White with #39DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DBDD; }
p { color: rgb(57,219,221); }
H1.HeaderClassName
{
color: #39DBDD;
}
.AnyTagClassName
{
color: #39DBDD;
}
</style>
background-color css
<style>
a { background-color: #39DBDD; }
a { background-color: rgb(57,219,221); }
div.DivClassName
{
background-color: #39DBDD;
}
.BgClassName
{
background-color: #39DBDD;
}
</style>
border-color css
<style>
span { border-color: #39DBDD; }
span { border-color: rgb(57,219,221); }
td.TdClassName
{
border-color: #39DBDD;
}
.TagClassName
{
border-color: #39DBDD;
}
</style>