Shades of Turquoise #3EDBDB
Tints of Turquoise #3EDBDB
RGB
CMYK
RGB Variations
Color information
#3EDBDB (or 0x3EDBDB) is known color: Turquoise. HEX triplet: 3E, DB and DB. RGB value is (62,219,219). Sum of RGB (Red+Green+Blue) = 62+219+219=500 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.4% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #3EDBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDBDB is #C12424. Grayscale: #ABABAB. Windows color (decimal): -12657701 or 14408510. OLE color: 14408510.
HSL color Cylindrical-coordinate representation of color #3EDBDB: hue angle of 180º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDBDB is Cyan = 0.72, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 219 | 219 | - |
| CMYK | 0.72 | 0 | 0 | 0.14 |
| HSL | 180º | 0.69% | 0.55% | - |
| HSV(B) | 180º | 0.72% | 0.86% | - |
| XYZ | 40.1 | 56.8 | 75.87 | - |
| YUV | 172.06 | 154.49 | 49.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 219 | 219 | 0.72 | 0 | 0 | 0.14 | 180 | 0.69 | 0.55 |
| Hex | 3E | DB | DB | 48 | 0 | 0 | E | B4 | 45 | 37 |
| Octal | 76 | 333 | 333 | 110 | 0 | 0 | 16 | 264 | 105 | 67 |
| Binary | 111110 | 11011011 | 11011011 | 1001000 | 0 | 0 | 1110 | 10110100 | 1000101 | 110111 |
Color Harmonies of #3EDBDB
Complementary color
Monochromatic Colors of #3EDBDB
Black with #3EDBDB
Text Example
Text Example
White with #3EDBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDBDB; }
p { color: rgb(62,219,219); }
H1.HeaderClassName
{
color: #3EDBDB;
}
.AnyTagClassName
{
color: #3EDBDB;
}
</style>
background-color css
<style>
a { background-color: #3EDBDB; }
a { background-color: rgb(62,219,219); }
div.DivClassName
{
background-color: #3EDBDB;
}
.BgClassName
{
background-color: #3EDBDB;
}
</style>
border-color css
<style>
span { border-color: #3EDBDB; }
span { border-color: rgb(62,219,219); }
td.TdClassName
{
border-color: #3EDBDB;
}
.TagClassName
{
border-color: #3EDBDB;
}
</style>