Shades of Medium Turquoise #62C8CE
Tints of Medium Turquoise #62C8CE
RGB
CMYK
RGB Variations
Color information
#62C8CE (or 0x62C8CE) is known color: Medium Turquoise. HEX triplet: 62, C8 and CE. RGB value is (98,200,206). Sum of RGB (Red+Green+Blue) = 98+200+206=504 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.44% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #62C8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C8CE is #9D3731. Grayscale: #AAAAAA. Windows color (decimal): -10303282 or 13551714. OLE color: 13551714.
HSL color Cylindrical-coordinate representation of color #62C8CE: hue angle of 183.33º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62C8CE is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 200 | 206 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.19 |
| HSL | 183.33º | 0.52% | 0.6% | - |
| HSV(B) | 183.33º | 0.52% | 0.81% | - |
| XYZ | 36.83 | 48.36 | 65.79 | - |
| YUV | 170.19 | 148.21 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 200 | 206 | 0.52 | 0.03 | 0 | 0.19 | 183.33 | 0.52 | 0.6 |
| Hex | 62 | C8 | CE | 34 | 3 | 0 | 13 | B7 | 34 | 3C |
| Octal | 142 | 310 | 316 | 64 | 3 | 0 | 23 | 267 | 64 | 74 |
| Binary | 1100010 | 11001000 | 11001110 | 110100 | 11 | 0 | 10011 | 10110111 | 110100 | 111100 |
Color Harmonies of #62C8CE
Complementary color
Monochromatic Colors of #62C8CE
Black with #62C8CE
Text Example
Text Example
White with #62C8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C8CE; }
p { color: rgb(98,200,206); }
H1.HeaderClassName
{
color: #62C8CE;
}
.AnyTagClassName
{
color: #62C8CE;
}
</style>
background-color css
<style>
a { background-color: #62C8CE; }
a { background-color: rgb(98,200,206); }
div.DivClassName
{
background-color: #62C8CE;
}
.BgClassName
{
background-color: #62C8CE;
}
</style>
border-color css
<style>
span { border-color: #62C8CE; }
span { border-color: rgb(98,200,206); }
td.TdClassName
{
border-color: #62C8CE;
}
.TagClassName
{
border-color: #62C8CE;
}
</style>