Shades of Medium Turquoise #62CED1
Tints of Medium Turquoise #62CED1
RGB
CMYK
RGB Variations
Color information
#62CED1 (or 0x62CED1) is known color: Medium Turquoise. HEX triplet: 62, CE and D1. RGB value is (98,206,209). Sum of RGB (Red+Green+Blue) = 98+206+209=513 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.10% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 209 - color contains mainly: blue. Hex color #62CED1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CED1 is #9D312E. Grayscale: #ADADAD. Windows color (decimal): -10301743 or 13749858. OLE color: 13749858.
HSL color Cylindrical-coordinate representation of color #62CED1: hue angle of 181.62º 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 #62CED1 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 206 | 209 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.18 |
| HSL | 181.62º | 0.55% | 0.6% | - |
| HSV(B) | 181.62º | 0.53% | 0.82% | - |
| XYZ | 38.62 | 51.34 | 68.2 | - |
| YUV | 174.05 | 147.72 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 206 | 209 | 0.53 | 0.01 | 0 | 0.18 | 181.62 | 0.55 | 0.6 |
| Hex | 62 | CE | D1 | 35 | 1 | 0 | 12 | B6 | 37 | 3C |
| Octal | 142 | 316 | 321 | 65 | 1 | 0 | 22 | 266 | 67 | 74 |
| Binary | 1100010 | 11001110 | 11010001 | 110101 | 1 | 0 | 10010 | 10110110 | 110111 | 111100 |
Color Harmonies of #62CED1
Complementary color
Monochromatic Colors of #62CED1
Black with #62CED1
Text Example
Text Example
White with #62CED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CED1; }
p { color: rgb(98,206,209); }
H1.HeaderClassName
{
color: #62CED1;
}
.AnyTagClassName
{
color: #62CED1;
}
</style>
background-color css
<style>
a { background-color: #62CED1; }
a { background-color: rgb(98,206,209); }
div.DivClassName
{
background-color: #62CED1;
}
.BgClassName
{
background-color: #62CED1;
}
</style>
border-color css
<style>
span { border-color: #62CED1; }
span { border-color: rgb(98,206,209); }
td.TdClassName
{
border-color: #62CED1;
}
.TagClassName
{
border-color: #62CED1;
}
</style>