Shades of Turquoise Blue #62DDD9
Tints of Turquoise Blue #62DDD9
RGB
CMYK
RGB Variations
Color information
#62DDD9 (or 0x62DDD9) is known color: Turquoise Blue. HEX triplet: 62, DD and D9. RGB value is (98,221,217). Sum of RGB (Red+Green+Blue) = 98+221+217=536 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.28% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 217 (85.16% from 255 or 40.49% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #62DDD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DDD9 is #9D2226. Grayscale: #B7B7B7. Windows color (decimal): -10297895 or 14277986. OLE color: 14277986.
HSL color Cylindrical-coordinate representation of color #62DDD9: hue angle of 178.05º 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 #62DDD9 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 221 | 217 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.13 |
| HSL | 178.05º | 0.64% | 0.63% | - |
| HSV(B) | 178.05º | 0.56% | 0.87% | - |
| XYZ | 43.42 | 59.32 | 74.81 | - |
| YUV | 183.77 | 146.75 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 221 | 217 | 0.56 | 0 | 0.02 | 0.13 | 178.05 | 0.64 | 0.63 |
| Hex | 62 | DD | D9 | 38 | 0 | 2 | D | B2 | 40 | 3F |
| Octal | 142 | 335 | 331 | 70 | 0 | 2 | 15 | 262 | 100 | 77 |
| Binary | 1100010 | 11011101 | 11011001 | 111000 | 0 | 10 | 1101 | 10110010 | 1000000 | 111111 |
Color Harmonies of #62DDD9
Complementary color
Monochromatic Colors of #62DDD9
Black with #62DDD9
Text Example
Text Example
White with #62DDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DDD9; }
p { color: rgb(98,221,217); }
H1.HeaderClassName
{
color: #62DDD9;
}
.AnyTagClassName
{
color: #62DDD9;
}
</style>
background-color css
<style>
a { background-color: #62DDD9; }
a { background-color: rgb(98,221,217); }
div.DivClassName
{
background-color: #62DDD9;
}
.BgClassName
{
background-color: #62DDD9;
}
</style>
border-color css
<style>
span { border-color: #62DDD9; }
span { border-color: rgb(98,221,217); }
td.TdClassName
{
border-color: #62DDD9;
}
.TagClassName
{
border-color: #62DDD9;
}
</style>