Shades of Medium Turquoise #62C8D0
Tints of Medium Turquoise #62C8D0
RGB
CMYK
RGB Variations
Color information
#62C8D0 (or 0x62C8D0) is known color: Medium Turquoise. HEX triplet: 62, C8 and D0. RGB value is (98,200,208). Sum of RGB (Red+Green+Blue) = 98+200+208=506 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.37% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 208 - color contains mainly: blue. Hex color #62C8D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C8D0 is #9D372F. Grayscale: #AAAAAA. Windows color (decimal): -10303280 or 13682786. OLE color: 13682786.
HSL color Cylindrical-coordinate representation of color #62C8D0: hue angle of 184.36º degrees, saturation: 0.54, 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 #62C8D0 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 200 | 208 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.18 |
| HSL | 184.36º | 0.54% | 0.6% | - |
| HSV(B) | 184.36º | 0.53% | 0.82% | - |
| XYZ | 37.08 | 48.46 | 67.07 | - |
| YUV | 170.41 | 149.21 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 200 | 208 | 0.53 | 0.04 | 0 | 0.18 | 184.36 | 0.54 | 0.6 |
| Hex | 62 | C8 | D0 | 35 | 4 | 0 | 12 | B8 | 36 | 3C |
| Octal | 142 | 310 | 320 | 65 | 4 | 0 | 22 | 270 | 66 | 74 |
| Binary | 1100010 | 11001000 | 11010000 | 110101 | 100 | 0 | 10010 | 10111000 | 110110 | 111100 |
Color Harmonies of #62C8D0
Complementary color
Monochromatic Colors of #62C8D0
Black with #62C8D0
Text Example
Text Example
White with #62C8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C8D0; }
p { color: rgb(98,200,208); }
H1.HeaderClassName
{
color: #62C8D0;
}
.AnyTagClassName
{
color: #62C8D0;
}
</style>
background-color css
<style>
a { background-color: #62C8D0; }
a { background-color: rgb(98,200,208); }
div.DivClassName
{
background-color: #62C8D0;
}
.BgClassName
{
background-color: #62C8D0;
}
</style>
border-color css
<style>
span { border-color: #62C8D0; }
span { border-color: rgb(98,200,208); }
td.TdClassName
{
border-color: #62C8D0;
}
.TagClassName
{
border-color: #62C8D0;
}
</style>