Shades of Turquoise Blue #62ECE2
Tints of Turquoise Blue #62ECE2
RGB
CMYK
RGB Variations
Color information
#62ECE2 (or 0x62ECE2) is known color: Turquoise Blue. HEX triplet: 62, EC and E2. RGB value is (98,236,226). Sum of RGB (Red+Green+Blue) = 98+236+226=560 (74% of max value = 765). Red value is 98 (38.67% from 255 or 17.5% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 226 (88.67% from 255 or 40.36% from 560); Max value from RGB is 236 - color contains mainly: green. Hex color #62ECE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62ECE2 is #9D131D. Grayscale: #C1C1C1. Windows color (decimal): -10294046 or 14871650. OLE color: 14871650.
HSL color Cylindrical-coordinate representation of color #62ECE2: hue angle of 175.65º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62ECE2 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 236 | 226 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.07 |
| HSL | 175.65º | 0.78% | 0.65% | - |
| HSV(B) | 175.65º | 0.58% | 0.93% | - |
| XYZ | 48.76 | 68.08 | 82.52 | - |
| YUV | 193.6 | 146.28 | 59.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 236 | 226 | 0.58 | 0 | 0.04 | 0.07 | 175.65 | 0.78 | 0.65 |
| Hex | 62 | EC | E2 | 3A | 0 | 4 | 7 | B0 | 4E | 41 |
| Octal | 142 | 354 | 342 | 72 | 0 | 4 | 7 | 260 | 116 | 101 |
| Binary | 1100010 | 11101100 | 11100010 | 111010 | 0 | 100 | 111 | 10110000 | 1001110 | 1000001 |
Color Harmonies of #62ECE2
Complementary color
Monochromatic Colors of #62ECE2
Black with #62ECE2
Text Example
Text Example
White with #62ECE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62ECE2; }
p { color: rgb(98,236,226); }
H1.HeaderClassName
{
color: #62ECE2;
}
.AnyTagClassName
{
color: #62ECE2;
}
</style>
background-color css
<style>
a { background-color: #62ECE2; }
a { background-color: rgb(98,236,226); }
div.DivClassName
{
background-color: #62ECE2;
}
.BgClassName
{
background-color: #62ECE2;
}
</style>
border-color css
<style>
span { border-color: #62ECE2; }
span { border-color: rgb(98,236,226); }
td.TdClassName
{
border-color: #62ECE2;
}
.TagClassName
{
border-color: #62ECE2;
}
</style>