Shades of Turquoise #39EBDB
Tints of Turquoise #39EBDB
RGB
CMYK
RGB Variations
Color information
#39EBDB (or 0x39EBDB) is known color: Turquoise. HEX triplet: 39, EB and DB. RGB value is (57,235,219). Sum of RGB (Red+Green+Blue) = 57+235+219=511 (67% of max value = 765). Red value is 57 (22.66% from 255 or 11.15% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #39EBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39EBDB is #C61424. Grayscale: #B3B3B3. Windows color (decimal): -12981285 or 14412601. OLE color: 14412601.
HSL color Cylindrical-coordinate representation of color #39EBDB: hue angle of 174.61º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39EBDB is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 57 | 235 | 219 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.08 |
| HSL | 174.61º | 0.82% | 0.57% | - |
| HSV(B) | 174.61º | 0.76% | 0.92% | - |
| XYZ | 44.18 | 65.4 | 77.31 | - |
| YUV | 179.95 | 150.03 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 235 | 219 | 0.76 | 0 | 0.07 | 0.08 | 174.61 | 0.82 | 0.57 |
| Hex | 39 | EB | DB | 4C | 0 | 7 | 8 | AF | 52 | 39 |
| Octal | 71 | 353 | 333 | 114 | 0 | 7 | 10 | 257 | 122 | 71 |
| Binary | 111001 | 11101011 | 11011011 | 1001100 | 0 | 111 | 1000 | 10101111 | 1010010 | 111001 |
Color Harmonies of #39EBDB
Complementary color
Monochromatic Colors of #39EBDB
Black with #39EBDB
Text Example
Text Example
White with #39EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39EBDB; }
p { color: rgb(57,235,219); }
H1.HeaderClassName
{
color: #39EBDB;
}
.AnyTagClassName
{
color: #39EBDB;
}
</style>
background-color css
<style>
a { background-color: #39EBDB; }
a { background-color: rgb(57,235,219); }
div.DivClassName
{
background-color: #39EBDB;
}
.BgClassName
{
background-color: #39EBDB;
}
</style>
border-color css
<style>
span { border-color: #39EBDB; }
span { border-color: rgb(57,235,219); }
td.TdClassName
{
border-color: #39EBDB;
}
.TagClassName
{
border-color: #39EBDB;
}
</style>