Shades of Turquoise Blue #62E2DD
Tints of Turquoise Blue #62E2DD
RGB
CMYK
RGB Variations
Color information
#62E2DD (or 0x62E2DD) is known color: Turquoise Blue. HEX triplet: 62, E2 and DD. RGB value is (98,226,221). Sum of RGB (Red+Green+Blue) = 98+226+221=545 (72% of max value = 765). Red value is 98 (38.67% from 255 or 17.98% from 545); Green value is 226 (88.67% from 255 or 41.47% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 226 - color contains mainly: green. Hex color #62E2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62E2DD is #9D1D22. Grayscale: #BBBBBB. Windows color (decimal): -10296611 or 14541410. OLE color: 14541410.
HSL color Cylindrical-coordinate representation of color #62E2DD: hue angle of 177.66º degrees, saturation: 0.69, 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 #62E2DD is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 98 | 226 | 221 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.11 |
| HSL | 177.66º | 0.69% | 0.64% | - |
| HSV(B) | 177.66º | 0.57% | 0.89% | - |
| XYZ | 45.28 | 62.21 | 78.03 | - |
| YUV | 187.16 | 147.09 | 64.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 226 | 221 | 0.57 | 0 | 0.02 | 0.11 | 177.66 | 0.69 | 0.64 |
| Hex | 62 | E2 | DD | 39 | 0 | 2 | B | B2 | 45 | 40 |
| Octal | 142 | 342 | 335 | 71 | 0 | 2 | 13 | 262 | 105 | 100 |
| Binary | 1100010 | 11100010 | 11011101 | 111001 | 0 | 10 | 1011 | 10110010 | 1000101 | 1000000 |
Color Harmonies of #62E2DD
Complementary color
Monochromatic Colors of #62E2DD
Black with #62E2DD
Text Example
Text Example
White with #62E2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62E2DD; }
p { color: rgb(98,226,221); }
H1.HeaderClassName
{
color: #62E2DD;
}
.AnyTagClassName
{
color: #62E2DD;
}
</style>
background-color css
<style>
a { background-color: #62E2DD; }
a { background-color: rgb(98,226,221); }
div.DivClassName
{
background-color: #62E2DD;
}
.BgClassName
{
background-color: #62E2DD;
}
</style>
border-color css
<style>
span { border-color: #62E2DD; }
span { border-color: rgb(98,226,221); }
td.TdClassName
{
border-color: #62E2DD;
}
.TagClassName
{
border-color: #62E2DD;
}
</style>