Shades of Turquoise Blue #62E5DB
Tints of Turquoise Blue #62E5DB
RGB
CMYK
RGB Variations
Color information
#62E5DB (or 0x62E5DB) is known color: Turquoise Blue. HEX triplet: 62, E5 and DB. RGB value is (98,229,219). Sum of RGB (Red+Green+Blue) = 98+229+219=546 (72% of max value = 765). Red value is 98 (38.67% from 255 or 17.95% from 546); Green value is 229 (89.84% from 255 or 41.94% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 229 - color contains mainly: green. Hex color #62E5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62E5DB is #9D1A24. Grayscale: #BCBCBC. Windows color (decimal): -10295845 or 14411106. OLE color: 14411106.
HSL color Cylindrical-coordinate representation of color #62E5DB: hue angle of 175.42º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62E5DB is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 229 | 219 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.10 |
| HSL | 175.42º | 0.72% | 0.64% | - |
| HSV(B) | 175.42º | 0.57% | 0.9% | - |
| XYZ | 45.84 | 63.75 | 76.91 | - |
| YUV | 188.69 | 145.1 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 229 | 219 | 0.57 | 0 | 0.04 | 0.10 | 175.42 | 0.72 | 0.64 |
| Hex | 62 | E5 | DB | 39 | 0 | 4 | A | AF | 48 | 40 |
| Octal | 142 | 345 | 333 | 71 | 0 | 4 | 12 | 257 | 110 | 100 |
| Binary | 1100010 | 11100101 | 11011011 | 111001 | 0 | 100 | 1010 | 10101111 | 1001000 | 1000000 |
Color Harmonies of #62E5DB
Complementary color
Monochromatic Colors of #62E5DB
Black with #62E5DB
Text Example
Text Example
White with #62E5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62E5DB; }
p { color: rgb(98,229,219); }
H1.HeaderClassName
{
color: #62E5DB;
}
.AnyTagClassName
{
color: #62E5DB;
}
</style>
background-color css
<style>
a { background-color: #62E5DB; }
a { background-color: rgb(98,229,219); }
div.DivClassName
{
background-color: #62E5DB;
}
.BgClassName
{
background-color: #62E5DB;
}
</style>
border-color css
<style>
span { border-color: #62E5DB; }
span { border-color: rgb(98,229,219); }
td.TdClassName
{
border-color: #62E5DB;
}
.TagClassName
{
border-color: #62E5DB;
}
</style>