Shades of Turquoise Blue #62C7D2
Tints of Turquoise Blue #62C7D2
RGB
CMYK
RGB Variations
Color information
#62C7D2 (or 0x62C7D2) is known color: Turquoise Blue. HEX triplet: 62, C7 and D2. RGB value is (98,199,210). Sum of RGB (Red+Green+Blue) = 98+199+210=507 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.33% from 507); Green value is 199 (78.12% from 255 or 39.25% from 507); Blue value is 210 (82.42% from 255 or 41.42% from 507); Max value from RGB is 210 - color contains mainly: blue. Hex color #62C7D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C7D2 is #9D382D. Grayscale: #A9A9A9. Windows color (decimal): -10303534 or 13813602. OLE color: 13813602.
HSL color Cylindrical-coordinate representation of color #62C7D2: hue angle of 185.89º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62C7D2 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 199 | 210 | - |
| CMYK | 0.53 | 0.05 | 0 | 0.18 |
| HSL | 185.89º | 0.55% | 0.6% | - |
| HSV(B) | 185.89º | 0.53% | 0.82% | - |
| XYZ | 37.09 | 48.1 | 68.3 | - |
| YUV | 170.06 | 150.54 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 199 | 210 | 0.53 | 0.05 | 0 | 0.18 | 185.89 | 0.55 | 0.6 |
| Hex | 62 | C7 | D2 | 35 | 5 | 0 | 12 | BA | 37 | 3C |
| Octal | 142 | 307 | 322 | 65 | 5 | 0 | 22 | 272 | 67 | 74 |
| Binary | 1100010 | 11000111 | 11010010 | 110101 | 101 | 0 | 10010 | 10111010 | 110111 | 111100 |
Color Harmonies of #62C7D2
Complementary color
Monochromatic Colors of #62C7D2
Black with #62C7D2
Text Example
Text Example
White with #62C7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C7D2; }
p { color: rgb(98,199,210); }
H1.HeaderClassName
{
color: #62C7D2;
}
.AnyTagClassName
{
color: #62C7D2;
}
</style>
background-color css
<style>
a { background-color: #62C7D2; }
a { background-color: rgb(98,199,210); }
div.DivClassName
{
background-color: #62C7D2;
}
.BgClassName
{
background-color: #62C7D2;
}
</style>
border-color css
<style>
span { border-color: #62C7D2; }
span { border-color: rgb(98,199,210); }
td.TdClassName
{
border-color: #62C7D2;
}
.TagClassName
{
border-color: #62C7D2;
}
</style>