Shades of Turquoise Blue #62E6DD
Tints of Turquoise Blue #62E6DD
RGB
CMYK
RGB Variations
Color information
#62E6DD (or 0x62E6DD) is known color: Turquoise Blue. HEX triplet: 62, E6 and DD. RGB value is (98,230,221). Sum of RGB (Red+Green+Blue) = 98+230+221=549 (72% of max value = 765). Red value is 98 (38.67% from 255 or 17.85% from 549); Green value is 230 (90.23% from 255 or 41.89% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 230 - color contains mainly: green. Hex color #62E6DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62E6DD is #9D1922. Grayscale: #BDBDBD. Windows color (decimal): -10295587 or 14542434. OLE color: 14542434.
HSL color Cylindrical-coordinate representation of color #62E6DD: hue angle of 175.91º degrees, saturation: 0.73, 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 #62E6DD is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 230 | 221 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.10 |
| HSL | 175.91º | 0.73% | 0.64% | - |
| HSV(B) | 175.91º | 0.57% | 0.9% | - |
| XYZ | 46.38 | 64.41 | 78.39 | - |
| YUV | 189.51 | 145.77 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 230 | 221 | 0.57 | 0 | 0.04 | 0.10 | 175.91 | 0.73 | 0.64 |
| Hex | 62 | E6 | DD | 39 | 0 | 4 | A | B0 | 49 | 40 |
| Octal | 142 | 346 | 335 | 71 | 0 | 4 | 12 | 260 | 111 | 100 |
| Binary | 1100010 | 11100110 | 11011101 | 111001 | 0 | 100 | 1010 | 10110000 | 1001001 | 1000000 |
Color Harmonies of #62E6DD
Complementary color
Monochromatic Colors of #62E6DD
Black with #62E6DD
Text Example
Text Example
White with #62E6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62E6DD; }
p { color: rgb(98,230,221); }
H1.HeaderClassName
{
color: #62E6DD;
}
.AnyTagClassName
{
color: #62E6DD;
}
</style>
background-color css
<style>
a { background-color: #62E6DD; }
a { background-color: rgb(98,230,221); }
div.DivClassName
{
background-color: #62E6DD;
}
.BgClassName
{
background-color: #62E6DD;
}
</style>
border-color css
<style>
span { border-color: #62E6DD; }
span { border-color: rgb(98,230,221); }
td.TdClassName
{
border-color: #62E6DD;
}
.TagClassName
{
border-color: #62E6DD;
}
</style>