Shades of Turquoise Blue #62C9DC
Tints of Turquoise Blue #62C9DC
RGB
CMYK
RGB Variations
Color information
#62C9DC (or 0x62C9DC) is known color: Turquoise Blue. HEX triplet: 62, C9 and DC. RGB value is (98,201,220). Sum of RGB (Red+Green+Blue) = 98+201+220=519 (68% of max value = 765). Red value is 98 (38.67% from 255 or 18.88% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #62C9DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C9DC is #9D3623. Grayscale: #ACACAC. Windows color (decimal): -10303012 or 14469474. OLE color: 14469474.
HSL color Cylindrical-coordinate representation of color #62C9DC: hue angle of 189.34º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62C9DC is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 201 | 220 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.14 |
| HSL | 189.34º | 0.64% | 0.62% | - |
| HSV(B) | 189.34º | 0.55% | 0.86% | - |
| XYZ | 38.84 | 49.54 | 75.22 | - |
| YUV | 172.37 | 154.88 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 201 | 220 | 0.55 | 0.09 | 0 | 0.14 | 189.34 | 0.64 | 0.62 |
| Hex | 62 | C9 | DC | 37 | 9 | 0 | E | BD | 40 | 3E |
| Octal | 142 | 311 | 334 | 67 | 11 | 0 | 16 | 275 | 100 | 76 |
| Binary | 1100010 | 11001001 | 11011100 | 110111 | 1001 | 0 | 1110 | 10111101 | 1000000 | 111110 |
Color Harmonies of #62C9DC
Complementary color
Monochromatic Colors of #62C9DC
Black with #62C9DC
Text Example
Text Example
White with #62C9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C9DC; }
p { color: rgb(98,201,220); }
H1.HeaderClassName
{
color: #62C9DC;
}
.AnyTagClassName
{
color: #62C9DC;
}
</style>
background-color css
<style>
a { background-color: #62C9DC; }
a { background-color: rgb(98,201,220); }
div.DivClassName
{
background-color: #62C9DC;
}
.BgClassName
{
background-color: #62C9DC;
}
</style>
border-color css
<style>
span { border-color: #62C9DC; }
span { border-color: rgb(98,201,220); }
td.TdClassName
{
border-color: #62C9DC;
}
.TagClassName
{
border-color: #62C9DC;
}
</style>