Shades of Turquoise Blue #62E0EA
Tints of Turquoise Blue #62E0EA
RGB
CMYK
RGB Variations
Color information
#62E0EA (or 0x62E0EA) is known color: Turquoise Blue. HEX triplet: 62, E0 and EA. RGB value is (98,224,234). Sum of RGB (Red+Green+Blue) = 98+224+234=556 (73% of max value = 765). Red value is 98 (38.67% from 255 or 17.63% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #62E0EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62E0EA is #9D1F15. Grayscale: #BBBBBB. Windows color (decimal): -10297110 or 15392866. OLE color: 15392866.
HSL color Cylindrical-coordinate representation of color #62E0EA: hue angle of 184.41º 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 #62E0EA is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 224 | 234 | - |
| CMYK | 0.58 | 0.04 | 0 | 0.08 |
| HSL | 184.41º | 0.76% | 0.65% | - |
| HSV(B) | 184.41º | 0.58% | 0.92% | - |
| XYZ | 46.54 | 61.85 | 87.33 | - |
| YUV | 187.47 | 154.26 | 64.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 224 | 234 | 0.58 | 0.04 | 0 | 0.08 | 184.41 | 0.76 | 0.65 |
| Hex | 62 | E0 | EA | 3A | 4 | 0 | 8 | B8 | 4C | 41 |
| Octal | 142 | 340 | 352 | 72 | 4 | 0 | 10 | 270 | 114 | 101 |
| Binary | 1100010 | 11100000 | 11101010 | 111010 | 100 | 0 | 1000 | 10111000 | 1001100 | 1000001 |
Color Harmonies of #62E0EA
Complementary color
Monochromatic Colors of #62E0EA
Black with #62E0EA
Text Example
Text Example
White with #62E0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62E0EA; }
p { color: rgb(98,224,234); }
H1.HeaderClassName
{
color: #62E0EA;
}
.AnyTagClassName
{
color: #62E0EA;
}
</style>
background-color css
<style>
a { background-color: #62E0EA; }
a { background-color: rgb(98,224,234); }
div.DivClassName
{
background-color: #62E0EA;
}
.BgClassName
{
background-color: #62E0EA;
}
</style>
border-color css
<style>
span { border-color: #62E0EA; }
span { border-color: rgb(98,224,234); }
td.TdClassName
{
border-color: #62E0EA;
}
.TagClassName
{
border-color: #62E0EA;
}
</style>