Shades of Turquoise #39EDDB
Tints of Turquoise #39EDDB
RGB
CMYK
RGB Variations
Color information
#39EDDB (or 0x39EDDB) is known color: Turquoise. HEX triplet: 39, ED and DB. RGB value is (57,237,219). Sum of RGB (Red+Green+Blue) = 57+237+219=513 (67% of max value = 765). Red value is 57 (22.66% from 255 or 11.11% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 237 - color contains mainly: green. Hex color #39EDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39EDDB is #C61224. Grayscale: #B5B5B5. Windows color (decimal): -12980773 or 14413113. OLE color: 14413113.
HSL color Cylindrical-coordinate representation of color #39EDDB: hue angle of 174º degrees, saturation: 0.83, 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 #39EDDB is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 237 | 219 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.07 |
| HSL | 174º | 0.83% | 0.58% | - |
| HSV(B) | 174º | 0.76% | 0.93% | - |
| XYZ | 44.76 | 66.55 | 77.5 | - |
| YUV | 181.13 | 149.37 | 39.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 237 | 219 | 0.76 | 0 | 0.08 | 0.07 | 174 | 0.83 | 0.58 |
| Hex | 39 | ED | DB | 4C | 0 | 8 | 7 | AE | 53 | 3A |
| Octal | 71 | 355 | 333 | 114 | 0 | 10 | 7 | 256 | 123 | 72 |
| Binary | 111001 | 11101101 | 11011011 | 1001100 | 0 | 1000 | 111 | 10101110 | 1010011 | 111010 |
Color Harmonies of #39EDDB
Complementary color
Monochromatic Colors of #39EDDB
Black with #39EDDB
Text Example
Text Example
White with #39EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39EDDB; }
p { color: rgb(57,237,219); }
H1.HeaderClassName
{
color: #39EDDB;
}
.AnyTagClassName
{
color: #39EDDB;
}
</style>
background-color css
<style>
a { background-color: #39EDDB; }
a { background-color: rgb(57,237,219); }
div.DivClassName
{
background-color: #39EDDB;
}
.BgClassName
{
background-color: #39EDDB;
}
</style>
border-color css
<style>
span { border-color: #39EDDB; }
span { border-color: rgb(57,237,219); }
td.TdClassName
{
border-color: #39EDDB;
}
.TagClassName
{
border-color: #39EDDB;
}
</style>