Shades of Turquoise Blue #62D0DD
Tints of Turquoise Blue #62D0DD
RGB
CMYK
RGB Variations
Color information
#62D0DD (or 0x62D0DD) is known color: Turquoise Blue. HEX triplet: 62, D0 and DD. RGB value is (98,208,221). Sum of RGB (Red+Green+Blue) = 98+208+221=527 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.60% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #62D0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62D0DD is #9D2F22. Grayscale: #B0B0B0. Windows color (decimal): -10301219 or 14536802. OLE color: 14536802.
HSL color Cylindrical-coordinate representation of color #62D0DD: hue angle of 186.34º 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 #62D0DD is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 208 | 221 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.13 |
| HSL | 186.34º | 0.64% | 0.63% | - |
| HSV(B) | 186.34º | 0.56% | 0.87% | - |
| XYZ | 40.64 | 52.93 | 76.48 | - |
| YUV | 176.59 | 153.06 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 208 | 221 | 0.56 | 0.06 | 0 | 0.13 | 186.34 | 0.64 | 0.63 |
| Hex | 62 | D0 | DD | 38 | 6 | 0 | D | BA | 40 | 3F |
| Octal | 142 | 320 | 335 | 70 | 6 | 0 | 15 | 272 | 100 | 77 |
| Binary | 1100010 | 11010000 | 11011101 | 111000 | 110 | 0 | 1101 | 10111010 | 1000000 | 111111 |
Color Harmonies of #62D0DD
Complementary color
Monochromatic Colors of #62D0DD
Black with #62D0DD
Text Example
Text Example
White with #62D0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D0DD; }
p { color: rgb(98,208,221); }
H1.HeaderClassName
{
color: #62D0DD;
}
.AnyTagClassName
{
color: #62D0DD;
}
</style>
background-color css
<style>
a { background-color: #62D0DD; }
a { background-color: rgb(98,208,221); }
div.DivClassName
{
background-color: #62D0DD;
}
.BgClassName
{
background-color: #62D0DD;
}
</style>
border-color css
<style>
span { border-color: #62D0DD; }
span { border-color: rgb(98,208,221); }
td.TdClassName
{
border-color: #62D0DD;
}
.TagClassName
{
border-color: #62D0DD;
}
</style>