Shades of Medium Turquoise #62C5CC
Tints of Medium Turquoise #62C5CC
RGB
CMYK
RGB Variations
Color information
#62C5CC (or 0x62C5CC) is known color: Medium Turquoise. HEX triplet: 62, C5 and CC. RGB value is (98,197,204). Sum of RGB (Red+Green+Blue) = 98+197+204=499 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.64% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #62C5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C5CC is #9D3A33. Grayscale: #A8A8A8. Windows color (decimal): -10304052 or 13419874. OLE color: 13419874.
HSL color Cylindrical-coordinate representation of color #62C5CC: hue angle of 183.96º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62C5CC is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 197 | 204 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.2 |
| HSL | 183.96º | 0.51% | 0.59% | - |
| HSV(B) | 183.96º | 0.52% | 0.8% | - |
| XYZ | 35.9 | 46.89 | 64.28 | - |
| YUV | 168.2 | 148.2 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 197 | 204 | 0.52 | 0.03 | 0 | 0.2 | 183.96 | 0.51 | 0.59 |
| Hex | 62 | C5 | CC | 34 | 3 | 0 | 14 | B8 | 33 | 3B |
| Octal | 142 | 305 | 314 | 64 | 3 | 0 | 24 | 270 | 63 | 73 |
| Binary | 1100010 | 11000101 | 11001100 | 110100 | 11 | 0 | 10100 | 10111000 | 110011 | 111011 |
Color Harmonies of #62C5CC
Complementary color
Monochromatic Colors of #62C5CC
Black with #62C5CC
Text Example
Text Example
White with #62C5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C5CC; }
p { color: rgb(98,197,204); }
H1.HeaderClassName
{
color: #62C5CC;
}
.AnyTagClassName
{
color: #62C5CC;
}
</style>
background-color css
<style>
a { background-color: #62C5CC; }
a { background-color: rgb(98,197,204); }
div.DivClassName
{
background-color: #62C5CC;
}
.BgClassName
{
background-color: #62C5CC;
}
</style>
border-color css
<style>
span { border-color: #62C5CC; }
span { border-color: rgb(98,197,204); }
td.TdClassName
{
border-color: #62C5CC;
}
.TagClassName
{
border-color: #62C5CC;
}
</style>