Shades of Turquoise Blue #62D4E2
Tints of Turquoise Blue #62D4E2
RGB
CMYK
RGB Variations
Color information
#62D4E2 (or 0x62D4E2) is known color: Turquoise Blue. HEX triplet: 62, D4 and E2. RGB value is (98,212,226). Sum of RGB (Red+Green+Blue) = 98+212+226=536 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.28% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 226 (88.67% from 255 or 42.16% from 536); Max value from RGB is 226 - color contains mainly: blue. Hex color #62D4E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62D4E2 is #9D2B1D. Grayscale: #B3B3B3. Windows color (decimal): -10300190 or 14865506. OLE color: 14865506.
HSL color Cylindrical-coordinate representation of color #62D4E2: hue angle of 186.56º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62D4E2 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 98 | 212 | 226 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.11 |
| HSL | 186.56º | 0.69% | 0.64% | - |
| HSV(B) | 186.56º | 0.57% | 0.89% | - |
| XYZ | 42.31 | 55.17 | 80.37 | - |
| YUV | 179.51 | 154.23 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 212 | 226 | 0.57 | 0.06 | 0 | 0.11 | 186.56 | 0.69 | 0.64 |
| Hex | 62 | D4 | E2 | 39 | 6 | 0 | B | BB | 45 | 40 |
| Octal | 142 | 324 | 342 | 71 | 6 | 0 | 13 | 273 | 105 | 100 |
| Binary | 1100010 | 11010100 | 11100010 | 111001 | 110 | 0 | 1011 | 10111011 | 1000101 | 1000000 |
Color Harmonies of #62D4E2
Complementary color
Monochromatic Colors of #62D4E2
Black with #62D4E2
Text Example
Text Example
White with #62D4E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D4E2; }
p { color: rgb(98,212,226); }
H1.HeaderClassName
{
color: #62D4E2;
}
.AnyTagClassName
{
color: #62D4E2;
}
</style>
background-color css
<style>
a { background-color: #62D4E2; }
a { background-color: rgb(98,212,226); }
div.DivClassName
{
background-color: #62D4E2;
}
.BgClassName
{
background-color: #62D4E2;
}
</style>
border-color css
<style>
span { border-color: #62D4E2; }
span { border-color: rgb(98,212,226); }
td.TdClassName
{
border-color: #62D4E2;
}
.TagClassName
{
border-color: #62D4E2;
}
</style>