Shades of Turquoise Blue #62D1EC
Tints of Turquoise Blue #62D1EC
RGB
CMYK
RGB Variations
Color information
#62D1EC (or 0x62D1EC) is known color: Turquoise Blue. HEX triplet: 62, D1 and EC. RGB value is (98,209,236). Sum of RGB (Red+Green+Blue) = 98+209+236=543 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.05% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #62D1EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62D1EC is #9D2E13. Grayscale: #B2B2B2. Windows color (decimal): -10300948 or 15520098. OLE color: 15520098.
HSL color Cylindrical-coordinate representation of color #62D1EC: hue angle of 191.74º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62D1EC is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 209 | 236 | - |
| CMYK | 0.58 | 0.11 | 0 | 0.07 |
| HSL | 191.74º | 0.78% | 0.65% | - |
| HSV(B) | 191.74º | 0.58% | 0.93% | - |
| XYZ | 42.98 | 54.25 | 87.56 | - |
| YUV | 178.89 | 160.23 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 209 | 236 | 0.58 | 0.11 | 0 | 0.07 | 191.74 | 0.78 | 0.65 |
| Hex | 62 | D1 | EC | 3A | B | 0 | 7 | C0 | 4E | 41 |
| Octal | 142 | 321 | 354 | 72 | 13 | 0 | 7 | 300 | 116 | 101 |
| Binary | 1100010 | 11010001 | 11101100 | 111010 | 1011 | 0 | 111 | 11000000 | 1001110 | 1000001 |
Color Harmonies of #62D1EC
Complementary color
Monochromatic Colors of #62D1EC
Black with #62D1EC
Text Example
Text Example
White with #62D1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D1EC; }
p { color: rgb(98,209,236); }
H1.HeaderClassName
{
color: #62D1EC;
}
.AnyTagClassName
{
color: #62D1EC;
}
</style>
background-color css
<style>
a { background-color: #62D1EC; }
a { background-color: rgb(98,209,236); }
div.DivClassName
{
background-color: #62D1EC;
}
.BgClassName
{
background-color: #62D1EC;
}
</style>
border-color css
<style>
span { border-color: #62D1EC; }
span { border-color: rgb(98,209,236); }
td.TdClassName
{
border-color: #62D1EC;
}
.TagClassName
{
border-color: #62D1EC;
}
</style>