Shades of Turquoise Blue #62CCE9
Tints of Turquoise Blue #62CCE9
RGB
CMYK
RGB Variations
Color information
#62CCE9 (or 0x62CCE9) is known color: Turquoise Blue. HEX triplet: 62, CC and E9. RGB value is (98,204,233). Sum of RGB (Red+Green+Blue) = 98+204+233=535 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.32% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 233 (91.41% from 255 or 43.55% from 535); Max value from RGB is 233 - color contains mainly: blue. Hex color #62CCE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62CCE9 is #9D3316. Grayscale: #AFAFAF. Windows color (decimal): -10302231 or 15322210. OLE color: 15322210.
HSL color Cylindrical-coordinate representation of color #62CCE9: hue angle of 192.89º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62CCE9 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 98 | 204 | 233 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.09 |
| HSL | 192.89º | 0.75% | 0.65% | - |
| HSV(B) | 192.89º | 0.58% | 0.91% | - |
| XYZ | 41.34 | 51.67 | 84.88 | - |
| YUV | 175.61 | 160.38 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 204 | 233 | 0.58 | 0.12 | 0 | 0.09 | 192.89 | 0.75 | 0.65 |
| Hex | 62 | CC | E9 | 3A | C | 0 | 9 | C1 | 4B | 41 |
| Octal | 142 | 314 | 351 | 72 | 14 | 0 | 11 | 301 | 113 | 101 |
| Binary | 1100010 | 11001100 | 11101001 | 111010 | 1100 | 0 | 1001 | 11000001 | 1001011 | 1000001 |
Color Harmonies of #62CCE9
Complementary color
Monochromatic Colors of #62CCE9
Black with #62CCE9
Text Example
Text Example
White with #62CCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CCE9; }
p { color: rgb(98,204,233); }
H1.HeaderClassName
{
color: #62CCE9;
}
.AnyTagClassName
{
color: #62CCE9;
}
</style>
background-color css
<style>
a { background-color: #62CCE9; }
a { background-color: rgb(98,204,233); }
div.DivClassName
{
background-color: #62CCE9;
}
.BgClassName
{
background-color: #62CCE9;
}
</style>
border-color css
<style>
span { border-color: #62CCE9; }
span { border-color: rgb(98,204,233); }
td.TdClassName
{
border-color: #62CCE9;
}
.TagClassName
{
border-color: #62CCE9;
}
</style>