Shades of Turquoise Blue #62E1EA
Tints of Turquoise Blue #62E1EA
RGB
CMYK
RGB Variations
Color information
#62E1EA (or 0x62E1EA) is known color: Turquoise Blue. HEX triplet: 62, E1 and EA. RGB value is (98,225,234). Sum of RGB (Red+Green+Blue) = 98+225+234=557 (73% of max value = 765). Red value is 98 (38.67% from 255 or 17.59% from 557); Green value is 225 (88.28% from 255 or 40.39% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #62E1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62E1EA is #9D1E15. Grayscale: #BBBBBB. Windows color (decimal): -10296854 or 15393122. OLE color: 15393122.
HSL color Cylindrical-coordinate representation of color #62E1EA: hue angle of 183.97º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62E1EA is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 225 | 234 | - |
| CMYK | 0.58 | 0.04 | 0 | 0.08 |
| HSL | 183.97º | 0.76% | 0.65% | - |
| HSV(B) | 183.97º | 0.58% | 0.92% | - |
| XYZ | 46.81 | 62.39 | 87.42 | - |
| YUV | 188.05 | 153.92 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 225 | 234 | 0.58 | 0.04 | 0 | 0.08 | 183.97 | 0.76 | 0.65 |
| Hex | 62 | E1 | EA | 3A | 4 | 0 | 8 | B8 | 4C | 41 |
| Octal | 142 | 341 | 352 | 72 | 4 | 0 | 10 | 270 | 114 | 101 |
| Binary | 1100010 | 11100001 | 11101010 | 111010 | 100 | 0 | 1000 | 10111000 | 1001100 | 1000001 |
Color Harmonies of #62E1EA
Complementary color
Monochromatic Colors of #62E1EA
Black with #62E1EA
Text Example
Text Example
White with #62E1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62E1EA; }
p { color: rgb(98,225,234); }
H1.HeaderClassName
{
color: #62E1EA;
}
.AnyTagClassName
{
color: #62E1EA;
}
</style>
background-color css
<style>
a { background-color: #62E1EA; }
a { background-color: rgb(98,225,234); }
div.DivClassName
{
background-color: #62E1EA;
}
.BgClassName
{
background-color: #62E1EA;
}
</style>
border-color css
<style>
span { border-color: #62E1EA; }
span { border-color: rgb(98,225,234); }
td.TdClassName
{
border-color: #62E1EA;
}
.TagClassName
{
border-color: #62E1EA;
}
</style>