Shades of Medium Turquoise #62CCD0
Tints of Medium Turquoise #62CCD0
RGB
CMYK
RGB Variations
Color information
#62CCD0 (or 0x62CCD0) is known color: Medium Turquoise. HEX triplet: 62, CC and D0. RGB value is (98,204,208). Sum of RGB (Red+Green+Blue) = 98+204+208=510 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.22% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 208 - color contains mainly: blue. Hex color #62CCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CCD0 is #9D332F. Grayscale: #ACACAC. Windows color (decimal): -10302256 or 13683810. OLE color: 13683810.
HSL color Cylindrical-coordinate representation of color #62CCD0: hue angle of 182.18º 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 #62CCD0 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 204 | 208 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.18 |
| HSL | 182.18º | 0.54% | 0.6% | - |
| HSV(B) | 182.18º | 0.53% | 0.82% | - |
| XYZ | 38.02 | 50.34 | 67.39 | - |
| YUV | 172.76 | 147.88 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 204 | 208 | 0.53 | 0.02 | 0 | 0.18 | 182.18 | 0.54 | 0.6 |
| Hex | 62 | CC | D0 | 35 | 2 | 0 | 12 | B6 | 36 | 3C |
| Octal | 142 | 314 | 320 | 65 | 2 | 0 | 22 | 266 | 66 | 74 |
| Binary | 1100010 | 11001100 | 11010000 | 110101 | 10 | 0 | 10010 | 10110110 | 110110 | 111100 |
Color Harmonies of #62CCD0
Complementary color
Monochromatic Colors of #62CCD0
Black with #62CCD0
Text Example
Text Example
White with #62CCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CCD0; }
p { color: rgb(98,204,208); }
H1.HeaderClassName
{
color: #62CCD0;
}
.AnyTagClassName
{
color: #62CCD0;
}
</style>
background-color css
<style>
a { background-color: #62CCD0; }
a { background-color: rgb(98,204,208); }
div.DivClassName
{
background-color: #62CCD0;
}
.BgClassName
{
background-color: #62CCD0;
}
</style>
border-color css
<style>
span { border-color: #62CCD0; }
span { border-color: rgb(98,204,208); }
td.TdClassName
{
border-color: #62CCD0;
}
.TagClassName
{
border-color: #62CCD0;
}
</style>