Shades of Turquoise Blue #62DDD6
Tints of Turquoise Blue #62DDD6
RGB
CMYK
RGB Variations
Color information
#62DDD6 (or 0x62DDD6) is known color: Turquoise Blue. HEX triplet: 62, DD and D6. RGB value is (98,221,214). Sum of RGB (Red+Green+Blue) = 98+221+214=533 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.39% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 214 (83.98% from 255 or 40.15% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #62DDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DDD6 is #9D2229. Grayscale: #B7B7B7. Windows color (decimal): -10297898 or 14081378. OLE color: 14081378.
HSL color Cylindrical-coordinate representation of color #62DDD6: hue angle of 176.59º 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 #62DDD6 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 221 | 214 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.13 |
| HSL | 176.59º | 0.64% | 0.63% | - |
| HSV(B) | 176.59º | 0.56% | 0.87% | - |
| XYZ | 43.03 | 59.16 | 72.77 | - |
| YUV | 183.43 | 145.25 | 67.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 221 | 214 | 0.56 | 0 | 0.03 | 0.13 | 176.59 | 0.64 | 0.63 |
| Hex | 62 | DD | D6 | 38 | 0 | 3 | D | B1 | 40 | 3F |
| Octal | 142 | 335 | 326 | 70 | 0 | 3 | 15 | 261 | 100 | 77 |
| Binary | 1100010 | 11011101 | 11010110 | 111000 | 0 | 11 | 1101 | 10110001 | 1000000 | 111111 |
Color Harmonies of #62DDD6
Complementary color
Monochromatic Colors of #62DDD6
Black with #62DDD6
Text Example
Text Example
White with #62DDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DDD6; }
p { color: rgb(98,221,214); }
H1.HeaderClassName
{
color: #62DDD6;
}
.AnyTagClassName
{
color: #62DDD6;
}
</style>
background-color css
<style>
a { background-color: #62DDD6; }
a { background-color: rgb(98,221,214); }
div.DivClassName
{
background-color: #62DDD6;
}
.BgClassName
{
background-color: #62DDD6;
}
</style>
border-color css
<style>
span { border-color: #62DDD6; }
span { border-color: rgb(98,221,214); }
td.TdClassName
{
border-color: #62DDD6;
}
.TagClassName
{
border-color: #62DDD6;
}
</style>