Shades of Turquoise #39E3DB
Tints of Turquoise #39E3DB
RGB
CMYK
RGB Variations
Color information
#39E3DB (or 0x39E3DB) is known color: Turquoise. HEX triplet: 39, E3 and DB. RGB value is (57,227,219). Sum of RGB (Red+Green+Blue) = 57+227+219=503 (66% of max value = 765). Red value is 57 (22.66% from 255 or 11.33% from 503); Green value is 227 (89.06% from 255 or 45.13% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 227 - color contains mainly: green. Hex color #39E3DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39E3DB is #C61C24. Grayscale: #AFAFAF. Windows color (decimal): -12983333 or 14410553. OLE color: 14410553.
HSL color Cylindrical-coordinate representation of color #39E3DB: hue angle of 177.18º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39E3DB is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 57 | 227 | 219 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.11 |
| HSL | 177.18º | 0.75% | 0.56% | - |
| HSV(B) | 177.18º | 0.75% | 0.89% | - |
| XYZ | 41.94 | 60.92 | 76.57 | - |
| YUV | 175.26 | 152.68 | 43.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 227 | 219 | 0.75 | 0 | 0.04 | 0.11 | 177.18 | 0.75 | 0.56 |
| Hex | 39 | E3 | DB | 4B | 0 | 4 | B | B1 | 4B | 38 |
| Octal | 71 | 343 | 333 | 113 | 0 | 4 | 13 | 261 | 113 | 70 |
| Binary | 111001 | 11100011 | 11011011 | 1001011 | 0 | 100 | 1011 | 10110001 | 1001011 | 111000 |
Color Harmonies of #39E3DB
Complementary color
Monochromatic Colors of #39E3DB
Black with #39E3DB
Text Example
Text Example
White with #39E3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39E3DB; }
p { color: rgb(57,227,219); }
H1.HeaderClassName
{
color: #39E3DB;
}
.AnyTagClassName
{
color: #39E3DB;
}
</style>
background-color css
<style>
a { background-color: #39E3DB; }
a { background-color: rgb(57,227,219); }
div.DivClassName
{
background-color: #39E3DB;
}
.BgClassName
{
background-color: #39E3DB;
}
</style>
border-color css
<style>
span { border-color: #39E3DB; }
span { border-color: rgb(57,227,219); }
td.TdClassName
{
border-color: #39E3DB;
}
.TagClassName
{
border-color: #39E3DB;
}
</style>