Shades of Turquoise Blue #62C8D2
Tints of Turquoise Blue #62C8D2
RGB
CMYK
RGB Variations
Color information
#62C8D2 (or 0x62C8D2) is known color: Turquoise Blue. HEX triplet: 62, C8 and D2. RGB value is (98,200,210). Sum of RGB (Red+Green+Blue) = 98+200+210=508 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.29% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 210 (82.42% from 255 or 41.34% from 508); Max value from RGB is 210 - color contains mainly: blue. Hex color #62C8D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C8D2 is #9D372D. Grayscale: #AAAAAA. Windows color (decimal): -10303278 or 13813858. OLE color: 13813858.
HSL color Cylindrical-coordinate representation of color #62C8D2: hue angle of 185.36º 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 #62C8D2 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 200 | 210 | - |
| CMYK | 0.53 | 0.05 | 0 | 0.18 |
| HSL | 185.36º | 0.55% | 0.6% | - |
| HSV(B) | 185.36º | 0.53% | 0.82% | - |
| XYZ | 37.32 | 48.56 | 68.38 | - |
| YUV | 170.64 | 150.21 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 200 | 210 | 0.53 | 0.05 | 0 | 0.18 | 185.36 | 0.55 | 0.6 |
| Hex | 62 | C8 | D2 | 35 | 5 | 0 | 12 | B9 | 37 | 3C |
| Octal | 142 | 310 | 322 | 65 | 5 | 0 | 22 | 271 | 67 | 74 |
| Binary | 1100010 | 11001000 | 11010010 | 110101 | 101 | 0 | 10010 | 10111001 | 110111 | 111100 |
Color Harmonies of #62C8D2
Complementary color
Monochromatic Colors of #62C8D2
Black with #62C8D2
Text Example
Text Example
White with #62C8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C8D2; }
p { color: rgb(98,200,210); }
H1.HeaderClassName
{
color: #62C8D2;
}
.AnyTagClassName
{
color: #62C8D2;
}
</style>
background-color css
<style>
a { background-color: #62C8D2; }
a { background-color: rgb(98,200,210); }
div.DivClassName
{
background-color: #62C8D2;
}
.BgClassName
{
background-color: #62C8D2;
}
</style>
border-color css
<style>
span { border-color: #62C8D2; }
span { border-color: rgb(98,200,210); }
td.TdClassName
{
border-color: #62C8D2;
}
.TagClassName
{
border-color: #62C8D2;
}
</style>