Shades of Turquoise Blue #62D8D9
Tints of Turquoise Blue #62D8D9
RGB
CMYK
RGB Variations
Color information
#62D8D9 (or 0x62D8D9) is known color: Turquoise Blue. HEX triplet: 62, D8 and D9. RGB value is (98,216,217). Sum of RGB (Red+Green+Blue) = 98+216+217=531 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.46% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 217 (85.16% from 255 or 40.87% from 531); Max value from RGB is 217 - color contains mainly: blue. Hex color #62D8D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62D8D9 is #9D2726. Grayscale: #B4B4B4. Windows color (decimal): -10299175 or 14276706. OLE color: 14276706.
HSL color Cylindrical-coordinate representation of color #62D8D9: hue angle of 180.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62D8D9 is Cyan = 0.55, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 216 | 217 | - |
| CMYK | 0.55 | 0.00 | 0 | 0.15 |
| HSL | 180.5º | 0.61% | 0.62% | - |
| HSV(B) | 180.5º | 0.55% | 0.85% | - |
| XYZ | 42.12 | 56.72 | 74.37 | - |
| YUV | 180.83 | 148.41 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 216 | 217 | 0.55 | 0.00 | 0 | 0.15 | 180.5 | 0.61 | 0.62 |
| Hex | 62 | D8 | D9 | 37 | 0 | 0 | F | B5 | 3D | 3E |
| Octal | 142 | 330 | 331 | 67 | 0 | 0 | 17 | 265 | 75 | 76 |
| Binary | 1100010 | 11011000 | 11011001 | 110111 | 0 | 0 | 1111 | 10110101 | 111101 | 111110 |
Color Harmonies of #62D8D9
Complementary color
Monochromatic Colors of #62D8D9
Black with #62D8D9
Text Example
Text Example
White with #62D8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D8D9; }
p { color: rgb(98,216,217); }
H1.HeaderClassName
{
color: #62D8D9;
}
.AnyTagClassName
{
color: #62D8D9;
}
</style>
background-color css
<style>
a { background-color: #62D8D9; }
a { background-color: rgb(98,216,217); }
div.DivClassName
{
background-color: #62D8D9;
}
.BgClassName
{
background-color: #62D8D9;
}
</style>
border-color css
<style>
span { border-color: #62D8D9; }
span { border-color: rgb(98,216,217); }
td.TdClassName
{
border-color: #62D8D9;
}
.TagClassName
{
border-color: #62D8D9;
}
</style>