Shades of Turquoise Blue #62DDD5
Tints of Turquoise Blue #62DDD5
RGB
CMYK
RGB Variations
Color information
#62DDD5 (or 0x62DDD5) is known color: Turquoise Blue. HEX triplet: 62, DD and D5. RGB value is (98,221,213). Sum of RGB (Red+Green+Blue) = 98+221+213=532 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.42% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #62DDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DDD5 is #9D222A. Grayscale: #B7B7B7. Windows color (decimal): -10297899 or 14015842. OLE color: 14015842.
HSL color Cylindrical-coordinate representation of color #62DDD5: hue angle of 176.1º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62DDD5 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 221 | 213 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.13 |
| HSL | 176.1º | 0.64% | 0.63% | - |
| HSV(B) | 176.1º | 0.56% | 0.87% | - |
| XYZ | 42.9 | 59.11 | 72.1 | - |
| YUV | 183.31 | 144.75 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 221 | 213 | 0.56 | 0 | 0.04 | 0.13 | 176.1 | 0.64 | 0.63 |
| Hex | 62 | DD | D5 | 38 | 0 | 4 | D | B0 | 40 | 3F |
| Octal | 142 | 335 | 325 | 70 | 0 | 4 | 15 | 260 | 100 | 77 |
| Binary | 1100010 | 11011101 | 11010101 | 111000 | 0 | 100 | 1101 | 10110000 | 1000000 | 111111 |
Color Harmonies of #62DDD5
Complementary color
Monochromatic Colors of #62DDD5
Black with #62DDD5
Text Example
Text Example
White with #62DDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DDD5; }
p { color: rgb(98,221,213); }
H1.HeaderClassName
{
color: #62DDD5;
}
.AnyTagClassName
{
color: #62DDD5;
}
</style>
background-color css
<style>
a { background-color: #62DDD5; }
a { background-color: rgb(98,221,213); }
div.DivClassName
{
background-color: #62DDD5;
}
.BgClassName
{
background-color: #62DDD5;
}
</style>
border-color css
<style>
span { border-color: #62DDD5; }
span { border-color: rgb(98,221,213); }
td.TdClassName
{
border-color: #62DDD5;
}
.TagClassName
{
border-color: #62DDD5;
}
</style>