Shades of Turquoise Blue #62D1E9
Tints of Turquoise Blue #62D1E9
RGB
CMYK
RGB Variations
Color information
#62D1E9 (or 0x62D1E9) is known color: Turquoise Blue. HEX triplet: 62, D1 and E9. RGB value is (98,209,233). Sum of RGB (Red+Green+Blue) = 98+209+233=540 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.15% from 540); Green value is 209 (82.03% from 255 or 38.70% from 540); Blue value is 233 (91.41% from 255 or 43.15% from 540); Max value from RGB is 233 - color contains mainly: blue. Hex color #62D1E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62D1E9 is #9D2E16. Grayscale: #B2B2B2. Windows color (decimal): -10300951 or 15323490. OLE color: 15323490.
HSL color Cylindrical-coordinate representation of color #62D1E9: hue angle of 190.67º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62D1E9 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 98 | 209 | 233 | - |
| CMYK | 0.58 | 0.10 | 0 | 0.09 |
| HSL | 190.67º | 0.75% | 0.65% | - |
| HSV(B) | 190.67º | 0.58% | 0.91% | - |
| XYZ | 42.55 | 54.08 | 85.29 | - |
| YUV | 178.55 | 158.73 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 209 | 233 | 0.58 | 0.10 | 0 | 0.09 | 190.67 | 0.75 | 0.65 |
| Hex | 62 | D1 | E9 | 3A | A | 0 | 9 | BF | 4B | 41 |
| Octal | 142 | 321 | 351 | 72 | 12 | 0 | 11 | 277 | 113 | 101 |
| Binary | 1100010 | 11010001 | 11101001 | 111010 | 1010 | 0 | 1001 | 10111111 | 1001011 | 1000001 |
Color Harmonies of #62D1E9
Complementary color
Monochromatic Colors of #62D1E9
Black with #62D1E9
Text Example
Text Example
White with #62D1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D1E9; }
p { color: rgb(98,209,233); }
H1.HeaderClassName
{
color: #62D1E9;
}
.AnyTagClassName
{
color: #62D1E9;
}
</style>
background-color css
<style>
a { background-color: #62D1E9; }
a { background-color: rgb(98,209,233); }
div.DivClassName
{
background-color: #62D1E9;
}
.BgClassName
{
background-color: #62D1E9;
}
</style>
border-color css
<style>
span { border-color: #62D1E9; }
span { border-color: rgb(98,209,233); }
td.TdClassName
{
border-color: #62D1E9;
}
.TagClassName
{
border-color: #62D1E9;
}
</style>