Shades of Turquoise Blue #62ECE6
Tints of Turquoise Blue #62ECE6
RGB
CMYK
RGB Variations
Color information
#62ECE6 (or 0x62ECE6) is known color: Turquoise Blue. HEX triplet: 62, EC and E6. RGB value is (98,236,230). Sum of RGB (Red+Green+Blue) = 98+236+230=564 (74% of max value = 765). Red value is 98 (38.67% from 255 or 17.38% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 230 (90.23% from 255 or 40.78% from 564); Max value from RGB is 236 - color contains mainly: green. Hex color #62ECE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #62ECE6 is #9D1319. Grayscale: #C1C1C1. Windows color (decimal): -10294042 or 15133794. OLE color: 15133794.
HSL color Cylindrical-coordinate representation of color #62ECE6: hue angle of 177.39º 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 #62ECE6 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 236 | 230 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.07 |
| HSL | 177.39º | 0.78% | 0.65% | - |
| HSV(B) | 177.39º | 0.58% | 0.93% | - |
| XYZ | 49.32 | 68.3 | 85.45 | - |
| YUV | 194.05 | 148.28 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 236 | 230 | 0.58 | 0 | 0.03 | 0.07 | 177.39 | 0.78 | 0.65 |
| Hex | 62 | EC | E6 | 3A | 0 | 3 | 7 | B1 | 4E | 41 |
| Octal | 142 | 354 | 346 | 72 | 0 | 3 | 7 | 261 | 116 | 101 |
| Binary | 1100010 | 11101100 | 11100110 | 111010 | 0 | 11 | 111 | 10110001 | 1001110 | 1000001 |
Color Harmonies of #62ECE6
Complementary color
Monochromatic Colors of #62ECE6
Black with #62ECE6
Text Example
Text Example
White with #62ECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62ECE6; }
p { color: rgb(98,236,230); }
H1.HeaderClassName
{
color: #62ECE6;
}
.AnyTagClassName
{
color: #62ECE6;
}
</style>
background-color css
<style>
a { background-color: #62ECE6; }
a { background-color: rgb(98,236,230); }
div.DivClassName
{
background-color: #62ECE6;
}
.BgClassName
{
background-color: #62ECE6;
}
</style>
border-color css
<style>
span { border-color: #62ECE6; }
span { border-color: rgb(98,236,230); }
td.TdClassName
{
border-color: #62ECE6;
}
.TagClassName
{
border-color: #62ECE6;
}
</style>