Shades of Medium Turquoise #62C8D1
Tints of Medium Turquoise #62C8D1
RGB
CMYK
RGB Variations
Color information
#62C8D1 (or 0x62C8D1) is known color: Medium Turquoise. HEX triplet: 62, C8 and D1. RGB value is (98,200,209). Sum of RGB (Red+Green+Blue) = 98+200+209=507 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.33% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 209 - color contains mainly: blue. Hex color #62C8D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C8D1 is #9D372E. Grayscale: #AAAAAA. Windows color (decimal): -10303279 or 13748322. OLE color: 13748322.
HSL color Cylindrical-coordinate representation of color #62C8D1: hue angle of 184.86º 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 #62C8D1 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 200 | 209 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.18 |
| HSL | 184.86º | 0.55% | 0.6% | - |
| HSV(B) | 184.86º | 0.53% | 0.82% | - |
| XYZ | 37.2 | 48.51 | 67.72 | - |
| YUV | 170.53 | 149.71 | 76.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 200 | 209 | 0.53 | 0.04 | 0 | 0.18 | 184.86 | 0.55 | 0.6 |
| Hex | 62 | C8 | D1 | 35 | 4 | 0 | 12 | B9 | 37 | 3C |
| Octal | 142 | 310 | 321 | 65 | 4 | 0 | 22 | 271 | 67 | 74 |
| Binary | 1100010 | 11001000 | 11010001 | 110101 | 100 | 0 | 10010 | 10111001 | 110111 | 111100 |
Color Harmonies of #62C8D1
Complementary color
Monochromatic Colors of #62C8D1
Black with #62C8D1
Text Example
Text Example
White with #62C8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C8D1; }
p { color: rgb(98,200,209); }
H1.HeaderClassName
{
color: #62C8D1;
}
.AnyTagClassName
{
color: #62C8D1;
}
</style>
background-color css
<style>
a { background-color: #62C8D1; }
a { background-color: rgb(98,200,209); }
div.DivClassName
{
background-color: #62C8D1;
}
.BgClassName
{
background-color: #62C8D1;
}
</style>
border-color css
<style>
span { border-color: #62C8D1; }
span { border-color: rgb(98,200,209); }
td.TdClassName
{
border-color: #62C8D1;
}
.TagClassName
{
border-color: #62C8D1;
}
</style>