Shades of Turquoise #39DBEF
Tints of Turquoise #39DBEF
RGB
CMYK
RGB Variations
Color information
#39DBEF (or 0x39DBEF) is known color: Turquoise. HEX triplet: 39, DB and EF. RGB value is (57,219,239). Sum of RGB (Red+Green+Blue) = 57+219+239=515 (68% of max value = 765). Red value is 57 (22.66% from 255 or 11.07% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #39DBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #39DBEF is #C62410. Grayscale: #ACACAC. Windows color (decimal): -12985361 or 15719225. OLE color: 15719225.
HSL color Cylindrical-coordinate representation of color #39DBEF: hue angle of 186.59º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39DBEF is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 57 | 219 | 239 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.06 |
| HSL | 186.59º | 0.85% | 0.58% | - |
| HSV(B) | 186.59º | 0.76% | 0.94% | - |
| XYZ | 42.6 | 57.76 | 90.57 | - |
| YUV | 172.84 | 165.33 | 45.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 219 | 239 | 0.76 | 0.08 | 0 | 0.06 | 186.59 | 0.85 | 0.58 |
| Hex | 39 | DB | EF | 4C | 8 | 0 | 6 | BB | 55 | 3A |
| Octal | 71 | 333 | 357 | 114 | 10 | 0 | 6 | 273 | 125 | 72 |
| Binary | 111001 | 11011011 | 11101111 | 1001100 | 1000 | 0 | 110 | 10111011 | 1010101 | 111010 |
Color Harmonies of #39DBEF
Complementary color
Monochromatic Colors of #39DBEF
Black with #39DBEF
Text Example
Text Example
White with #39DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DBEF; }
p { color: rgb(57,219,239); }
H1.HeaderClassName
{
color: #39DBEF;
}
.AnyTagClassName
{
color: #39DBEF;
}
</style>
background-color css
<style>
a { background-color: #39DBEF; }
a { background-color: rgb(57,219,239); }
div.DivClassName
{
background-color: #39DBEF;
}
.BgClassName
{
background-color: #39DBEF;
}
</style>
border-color css
<style>
span { border-color: #39DBEF; }
span { border-color: rgb(57,219,239); }
td.TdClassName
{
border-color: #39DBEF;
}
.TagClassName
{
border-color: #39DBEF;
}
</style>