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