Shades of Turquoise #39DBEE
Tints of Turquoise #39DBEE
RGB
CMYK
RGB Variations
Color information
#39DBEE (or 0x39DBEE) is known color: Turquoise. HEX triplet: 39, DB and EE. RGB value is (57,219,238). Sum of RGB (Red+Green+Blue) = 57+219+238=514 (68% of max value = 765). Red value is 57 (22.66% from 255 or 11.09% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #39DBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #39DBEE is #C62411. Grayscale: #ACACAC. Windows color (decimal): -12985362 or 15653689. OLE color: 15653689.
HSL color Cylindrical-coordinate representation of color #39DBEE: hue angle of 186.3º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39DBEE is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 219 | 238 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.07 |
| HSL | 186.3º | 0.84% | 0.58% | - |
| HSV(B) | 186.3º | 0.76% | 0.93% | - |
| XYZ | 42.45 | 57.71 | 89.79 | - |
| YUV | 172.73 | 164.83 | 45.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 219 | 238 | 0.76 | 0.08 | 0 | 0.07 | 186.3 | 0.84 | 0.58 |
| Hex | 39 | DB | EE | 4C | 8 | 0 | 7 | BA | 54 | 3A |
| Octal | 71 | 333 | 356 | 114 | 10 | 0 | 7 | 272 | 124 | 72 |
| Binary | 111001 | 11011011 | 11101110 | 1001100 | 1000 | 0 | 111 | 10111010 | 1010100 | 111010 |
Color Harmonies of #39DBEE
Complementary color
Monochromatic Colors of #39DBEE
Black with #39DBEE
Text Example
Text Example
White with #39DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DBEE; }
p { color: rgb(57,219,238); }
H1.HeaderClassName
{
color: #39DBEE;
}
.AnyTagClassName
{
color: #39DBEE;
}
</style>
background-color css
<style>
a { background-color: #39DBEE; }
a { background-color: rgb(57,219,238); }
div.DivClassName
{
background-color: #39DBEE;
}
.BgClassName
{
background-color: #39DBEE;
}
</style>
border-color css
<style>
span { border-color: #39DBEE; }
span { border-color: rgb(57,219,238); }
td.TdClassName
{
border-color: #39DBEE;
}
.TagClassName
{
border-color: #39DBEE;
}
</style>