Shades of Medium Turquoise #62C9CC
Tints of Medium Turquoise #62C9CC
RGB
CMYK
RGB Variations
Color information
#62C9CC (or 0x62C9CC) is known color: Medium Turquoise. HEX triplet: 62, C9 and CC. RGB value is (98,201,204). Sum of RGB (Red+Green+Blue) = 98+201+204=503 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.48% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #62C9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C9CC is #9D3633. Grayscale: #AAAAAA. Windows color (decimal): -10303028 or 13420898. OLE color: 13420898.
HSL color Cylindrical-coordinate representation of color #62C9CC: hue angle of 181.7º 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 #62C9CC is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 201 | 204 | - |
| CMYK | 0.52 | 0.01 | 0 | 0.2 |
| HSL | 181.7º | 0.51% | 0.59% | - |
| HSV(B) | 181.7º | 0.52% | 0.8% | - |
| XYZ | 36.82 | 48.73 | 64.59 | - |
| YUV | 170.55 | 146.88 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 201 | 204 | 0.52 | 0.01 | 0 | 0.2 | 181.7 | 0.51 | 0.59 |
| Hex | 62 | C9 | CC | 34 | 1 | 0 | 14 | B6 | 33 | 3B |
| Octal | 142 | 311 | 314 | 64 | 1 | 0 | 24 | 266 | 63 | 73 |
| Binary | 1100010 | 11001001 | 11001100 | 110100 | 1 | 0 | 10100 | 10110110 | 110011 | 111011 |
Color Harmonies of #62C9CC
Complementary color
Monochromatic Colors of #62C9CC
Black with #62C9CC
Text Example
Text Example
White with #62C9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C9CC; }
p { color: rgb(98,201,204); }
H1.HeaderClassName
{
color: #62C9CC;
}
.AnyTagClassName
{
color: #62C9CC;
}
</style>
background-color css
<style>
a { background-color: #62C9CC; }
a { background-color: rgb(98,201,204); }
div.DivClassName
{
background-color: #62C9CC;
}
.BgClassName
{
background-color: #62C9CC;
}
</style>
border-color css
<style>
span { border-color: #62C9CC; }
span { border-color: rgb(98,201,204); }
td.TdClassName
{
border-color: #62C9CC;
}
.TagClassName
{
border-color: #62C9CC;
}
</style>