Shades of Turquoise Blue #62E5E0
Tints of Turquoise Blue #62E5E0
RGB
CMYK
RGB Variations
Color information
#62E5E0 (or 0x62E5E0) is known color: Turquoise Blue. HEX triplet: 62, E5 and E0. RGB value is (98,229,224). Sum of RGB (Red+Green+Blue) = 98+229+224=551 (72% of max value = 765). Red value is 98 (38.67% from 255 or 17.79% from 551); Green value is 229 (89.84% from 255 or 41.56% from 551); Blue value is 224 (87.89% from 255 or 40.65% from 551); Max value from RGB is 229 - color contains mainly: green. Hex color #62E5E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62E5E0 is #9D1A1F. Grayscale: #BDBDBD. Windows color (decimal): -10295840 or 14738786. OLE color: 14738786.
HSL color Cylindrical-coordinate representation of color #62E5E0: hue angle of 177.71º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62E5E0 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 229 | 224 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.10 |
| HSL | 177.71º | 0.72% | 0.64% | - |
| HSV(B) | 177.71º | 0.57% | 0.9% | - |
| XYZ | 46.51 | 64.02 | 80.43 | - |
| YUV | 189.26 | 147.6 | 62.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 229 | 224 | 0.57 | 0 | 0.02 | 0.10 | 177.71 | 0.72 | 0.64 |
| Hex | 62 | E5 | E0 | 39 | 0 | 2 | A | B2 | 48 | 40 |
| Octal | 142 | 345 | 340 | 71 | 0 | 2 | 12 | 262 | 110 | 100 |
| Binary | 1100010 | 11100101 | 11100000 | 111001 | 0 | 10 | 1010 | 10110010 | 1001000 | 1000000 |
Color Harmonies of #62E5E0
Complementary color
Monochromatic Colors of #62E5E0
Black with #62E5E0
Text Example
Text Example
White with #62E5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62E5E0; }
p { color: rgb(98,229,224); }
H1.HeaderClassName
{
color: #62E5E0;
}
.AnyTagClassName
{
color: #62E5E0;
}
</style>
background-color css
<style>
a { background-color: #62E5E0; }
a { background-color: rgb(98,229,224); }
div.DivClassName
{
background-color: #62E5E0;
}
.BgClassName
{
background-color: #62E5E0;
}
</style>
border-color css
<style>
span { border-color: #62E5E0; }
span { border-color: rgb(98,229,224); }
td.TdClassName
{
border-color: #62E5E0;
}
.TagClassName
{
border-color: #62E5E0;
}
</style>