Shades of Medium Turquoise #62CECE
Tints of Medium Turquoise #62CECE
RGB
CMYK
RGB Variations
Color information
#62CECE (or 0x62CECE) is known color: Medium Turquoise. HEX triplet: 62, CE and CE. RGB value is (98,206,206). Sum of RGB (Red+Green+Blue) = 98+206+206=510 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.22% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #62CECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CECE is #9D3131. Grayscale: #ADADAD. Windows color (decimal): -10301746 or 13553250. OLE color: 13553250.
HSL color Cylindrical-coordinate representation of color #62CECE: hue angle of 180º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62CECE is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 206 | 206 | - |
| CMYK | 0.52 | 0 | 0 | 0.19 |
| HSL | 180º | 0.52% | 0.6% | - |
| HSV(B) | 180º | 0.52% | 0.81% | - |
| XYZ | 38.25 | 51.2 | 66.26 | - |
| YUV | 173.71 | 146.22 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 206 | 206 | 0.52 | 0 | 0 | 0.19 | 180 | 0.52 | 0.6 |
| Hex | 62 | CE | CE | 34 | 0 | 0 | 13 | B4 | 34 | 3C |
| Octal | 142 | 316 | 316 | 64 | 0 | 0 | 23 | 264 | 64 | 74 |
| Binary | 1100010 | 11001110 | 11001110 | 110100 | 0 | 0 | 10011 | 10110100 | 110100 | 111100 |
Color Harmonies of #62CECE
Complementary color
Monochromatic Colors of #62CECE
Black with #62CECE
Text Example
Text Example
White with #62CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CECE; }
p { color: rgb(98,206,206); }
H1.HeaderClassName
{
color: #62CECE;
}
.AnyTagClassName
{
color: #62CECE;
}
</style>
background-color css
<style>
a { background-color: #62CECE; }
a { background-color: rgb(98,206,206); }
div.DivClassName
{
background-color: #62CECE;
}
.BgClassName
{
background-color: #62CECE;
}
</style>
border-color css
<style>
span { border-color: #62CECE; }
span { border-color: rgb(98,206,206); }
td.TdClassName
{
border-color: #62CECE;
}
.TagClassName
{
border-color: #62CECE;
}
</style>