Shades of Turquoise Blue #62E5DA
Tints of Turquoise Blue #62E5DA
RGB
CMYK
RGB Variations
Color information
#62E5DA (or 0x62E5DA) is known color: Turquoise Blue. HEX triplet: 62, E5 and DA. RGB value is (98,229,218). Sum of RGB (Red+Green+Blue) = 98+229+218=545 (72% of max value = 765). Red value is 98 (38.67% from 255 or 17.98% from 545); Green value is 229 (89.84% from 255 or 42.02% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 229 - color contains mainly: green. Hex color #62E5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62E5DA is #9D1A25. Grayscale: #BCBCBC. Windows color (decimal): -10295846 or 14345570. OLE color: 14345570.
HSL color Cylindrical-coordinate representation of color #62E5DA: hue angle of 174.96º 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 #62E5DA is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 229 | 218 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.10 |
| HSL | 174.96º | 0.72% | 0.64% | - |
| HSV(B) | 174.96º | 0.57% | 0.9% | - |
| XYZ | 45.71 | 63.7 | 76.22 | - |
| YUV | 188.58 | 144.6 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 229 | 218 | 0.57 | 0 | 0.05 | 0.10 | 174.96 | 0.72 | 0.64 |
| Hex | 62 | E5 | DA | 39 | 0 | 5 | A | AF | 48 | 40 |
| Octal | 142 | 345 | 332 | 71 | 0 | 5 | 12 | 257 | 110 | 100 |
| Binary | 1100010 | 11100101 | 11011010 | 111001 | 0 | 101 | 1010 | 10101111 | 1001000 | 1000000 |
Color Harmonies of #62E5DA
Complementary color
Monochromatic Colors of #62E5DA
Black with #62E5DA
Text Example
Text Example
White with #62E5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62E5DA; }
p { color: rgb(98,229,218); }
H1.HeaderClassName
{
color: #62E5DA;
}
.AnyTagClassName
{
color: #62E5DA;
}
</style>
background-color css
<style>
a { background-color: #62E5DA; }
a { background-color: rgb(98,229,218); }
div.DivClassName
{
background-color: #62E5DA;
}
.BgClassName
{
background-color: #62E5DA;
}
</style>
border-color css
<style>
span { border-color: #62E5DA; }
span { border-color: rgb(98,229,218); }
td.TdClassName
{
border-color: #62E5DA;
}
.TagClassName
{
border-color: #62E5DA;
}
</style>