Shades of Turquoise Blue #62D3DB
Tints of Turquoise Blue #62D3DB
RGB
CMYK
RGB Variations
Color information
#62D3DB (or 0x62D3DB) is known color: Turquoise Blue. HEX triplet: 62, D3 and DB. RGB value is (98,211,219). Sum of RGB (Red+Green+Blue) = 98+211+219=528 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.56% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #62D3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62D3DB is #9D2C24. Grayscale: #B1B1B1. Windows color (decimal): -10300453 or 14406498. OLE color: 14406498.
HSL color Cylindrical-coordinate representation of color #62D3DB: hue angle of 183.97º 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 #62D3DB is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 211 | 219 | - |
| CMYK | 0.55 | 0.04 | 0 | 0.14 |
| HSL | 183.97º | 0.63% | 0.62% | - |
| HSV(B) | 183.97º | 0.55% | 0.86% | - |
| XYZ | 41.12 | 54.3 | 75.33 | - |
| YUV | 178.13 | 151.06 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 211 | 219 | 0.55 | 0.04 | 0 | 0.14 | 183.97 | 0.63 | 0.62 |
| Hex | 62 | D3 | DB | 37 | 4 | 0 | E | B8 | 3F | 3E |
| Octal | 142 | 323 | 333 | 67 | 4 | 0 | 16 | 270 | 77 | 76 |
| Binary | 1100010 | 11010011 | 11011011 | 110111 | 100 | 0 | 1110 | 10111000 | 111111 | 111110 |
Color Harmonies of #62D3DB
Complementary color
Monochromatic Colors of #62D3DB
Black with #62D3DB
Text Example
Text Example
White with #62D3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D3DB; }
p { color: rgb(98,211,219); }
H1.HeaderClassName
{
color: #62D3DB;
}
.AnyTagClassName
{
color: #62D3DB;
}
</style>
background-color css
<style>
a { background-color: #62D3DB; }
a { background-color: rgb(98,211,219); }
div.DivClassName
{
background-color: #62D3DB;
}
.BgClassName
{
background-color: #62D3DB;
}
</style>
border-color css
<style>
span { border-color: #62D3DB; }
span { border-color: rgb(98,211,219); }
td.TdClassName
{
border-color: #62D3DB;
}
.TagClassName
{
border-color: #62D3DB;
}
</style>