Shades of Turquoise Blue #62E4DD
Tints of Turquoise Blue #62E4DD
RGB
CMYK
RGB Variations
Color information
#62E4DD (or 0x62E4DD) is known color: Turquoise Blue. HEX triplet: 62, E4 and DD. RGB value is (98,228,221). Sum of RGB (Red+Green+Blue) = 98+228+221=547 (72% of max value = 765). Red value is 98 (38.67% from 255 or 17.92% from 547); Green value is 228 (89.45% from 255 or 41.68% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 228 - color contains mainly: green. Hex color #62E4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62E4DD is #9D1B22. Grayscale: #BCBCBC. Windows color (decimal): -10296099 or 14541922. OLE color: 14541922.
HSL color Cylindrical-coordinate representation of color #62E4DD: hue angle of 176.77º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62E4DD is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 98 | 228 | 221 | - |
| CMYK | 0.57 | 0 | 0.03 | 0.11 |
| HSL | 176.77º | 0.71% | 0.64% | - |
| HSV(B) | 176.77º | 0.57% | 0.89% | - |
| XYZ | 45.83 | 63.3 | 78.21 | - |
| YUV | 188.33 | 146.43 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 228 | 221 | 0.57 | 0 | 0.03 | 0.11 | 176.77 | 0.71 | 0.64 |
| Hex | 62 | E4 | DD | 39 | 0 | 3 | B | B1 | 47 | 40 |
| Octal | 142 | 344 | 335 | 71 | 0 | 3 | 13 | 261 | 107 | 100 |
| Binary | 1100010 | 11100100 | 11011101 | 111001 | 0 | 11 | 1011 | 10110001 | 1000111 | 1000000 |
Color Harmonies of #62E4DD
Complementary color
Monochromatic Colors of #62E4DD
Black with #62E4DD
Text Example
Text Example
White with #62E4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62E4DD; }
p { color: rgb(98,228,221); }
H1.HeaderClassName
{
color: #62E4DD;
}
.AnyTagClassName
{
color: #62E4DD;
}
</style>
background-color css
<style>
a { background-color: #62E4DD; }
a { background-color: rgb(98,228,221); }
div.DivClassName
{
background-color: #62E4DD;
}
.BgClassName
{
background-color: #62E4DD;
}
</style>
border-color css
<style>
span { border-color: #62E4DD; }
span { border-color: rgb(98,228,221); }
td.TdClassName
{
border-color: #62E4DD;
}
.TagClassName
{
border-color: #62E4DD;
}
</style>