Shades of Turquoise Blue #62D6DB
Tints of Turquoise Blue #62D6DB
RGB
CMYK
RGB Variations
Color information
#62D6DB (or 0x62D6DB) is known color: Turquoise Blue. HEX triplet: 62, D6 and DB. RGB value is (98,214,219). Sum of RGB (Red+Green+Blue) = 98+214+219=531 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.46% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #62D6DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62D6DB is #9D2924. Grayscale: #B3B3B3. Windows color (decimal): -10299685 or 14407266. OLE color: 14407266.
HSL color Cylindrical-coordinate representation of color #62D6DB: hue angle of 182.48º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62D6DB is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 214 | 219 | - |
| CMYK | 0.55 | 0.02 | 0 | 0.14 |
| HSL | 182.48º | 0.63% | 0.62% | - |
| HSV(B) | 182.48º | 0.55% | 0.86% | - |
| XYZ | 41.87 | 55.8 | 75.58 | - |
| YUV | 179.89 | 150.07 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 214 | 219 | 0.55 | 0.02 | 0 | 0.14 | 182.48 | 0.63 | 0.62 |
| Hex | 62 | D6 | DB | 37 | 2 | 0 | E | B6 | 3F | 3E |
| Octal | 142 | 326 | 333 | 67 | 2 | 0 | 16 | 266 | 77 | 76 |
| Binary | 1100010 | 11010110 | 11011011 | 110111 | 10 | 0 | 1110 | 10110110 | 111111 | 111110 |
Color Harmonies of #62D6DB
Complementary color
Monochromatic Colors of #62D6DB
Black with #62D6DB
Text Example
Text Example
White with #62D6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D6DB; }
p { color: rgb(98,214,219); }
H1.HeaderClassName
{
color: #62D6DB;
}
.AnyTagClassName
{
color: #62D6DB;
}
</style>
background-color css
<style>
a { background-color: #62D6DB; }
a { background-color: rgb(98,214,219); }
div.DivClassName
{
background-color: #62D6DB;
}
.BgClassName
{
background-color: #62D6DB;
}
</style>
border-color css
<style>
span { border-color: #62D6DB; }
span { border-color: rgb(98,214,219); }
td.TdClassName
{
border-color: #62D6DB;
}
.TagClassName
{
border-color: #62D6DB;
}
</style>