Shades of Turquoise #39DBDF
Tints of Turquoise #39DBDF
RGB
CMYK
RGB Variations
Color information
#39DBDF (or 0x39DBDF) is known color: Turquoise. HEX triplet: 39, DB and DF. RGB value is (57,219,223). Sum of RGB (Red+Green+Blue) = 57+219+223=499 (66% of max value = 765). Red value is 57 (22.66% from 255 or 11.42% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #39DBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DBDF is #C62420. Grayscale: #AAAAAA. Windows color (decimal): -12985377 or 14670649. OLE color: 14670649.
HSL color Cylindrical-coordinate representation of color #39DBDF: hue angle of 181.45º degrees, saturation: 0.72, 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 #39DBDF is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 219 | 223 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.13 |
| HSL | 181.45º | 0.72% | 0.55% | - |
| HSV(B) | 181.45º | 0.74% | 0.87% | - |
| XYZ | 40.34 | 56.86 | 78.66 | - |
| YUV | 171.02 | 157.33 | 46.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 219 | 223 | 0.74 | 0.02 | 0 | 0.13 | 181.45 | 0.72 | 0.55 |
| Hex | 39 | DB | DF | 4A | 2 | 0 | D | B5 | 48 | 37 |
| Octal | 71 | 333 | 337 | 112 | 2 | 0 | 15 | 265 | 110 | 67 |
| Binary | 111001 | 11011011 | 11011111 | 1001010 | 10 | 0 | 1101 | 10110101 | 1001000 | 110111 |
Color Harmonies of #39DBDF
Complementary color
Monochromatic Colors of #39DBDF
Black with #39DBDF
Text Example
Text Example
White with #39DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DBDF; }
p { color: rgb(57,219,223); }
H1.HeaderClassName
{
color: #39DBDF;
}
.AnyTagClassName
{
color: #39DBDF;
}
</style>
background-color css
<style>
a { background-color: #39DBDF; }
a { background-color: rgb(57,219,223); }
div.DivClassName
{
background-color: #39DBDF;
}
.BgClassName
{
background-color: #39DBDF;
}
</style>
border-color css
<style>
span { border-color: #39DBDF; }
span { border-color: rgb(57,219,223); }
td.TdClassName
{
border-color: #39DBDF;
}
.TagClassName
{
border-color: #39DBDF;
}
</style>