Shades of Turquoise Blue #63ECE2
Tints of Turquoise Blue #63ECE2
RGB
CMYK
RGB Variations
Color information
#63ECE2 (or 0x63ECE2) is known color: Turquoise Blue. HEX triplet: 63, EC and E2. RGB value is (99,236,226). Sum of RGB (Red+Green+Blue) = 99+236+226=561 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.65% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 226 (88.67% from 255 or 40.29% from 561); Max value from RGB is 236 - color contains mainly: green. Hex color #63ECE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63ECE2 is #9C131D. Grayscale: #C1C1C1. Windows color (decimal): -10228510 or 14871651. OLE color: 14871651.
HSL color Cylindrical-coordinate representation of color #63ECE2: hue angle of 175.62º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63ECE2 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 236 | 226 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.07 |
| HSL | 175.62º | 0.78% | 0.66% | - |
| HSV(B) | 175.62º | 0.58% | 0.93% | - |
| XYZ | 48.87 | 68.13 | 82.53 | - |
| YUV | 193.9 | 146.11 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 236 | 226 | 0.58 | 0 | 0.04 | 0.07 | 175.62 | 0.78 | 0.66 |
| Hex | 63 | EC | E2 | 3A | 0 | 4 | 7 | B0 | 4E | 42 |
| Octal | 143 | 354 | 342 | 72 | 0 | 4 | 7 | 260 | 116 | 102 |
| Binary | 1100011 | 11101100 | 11100010 | 111010 | 0 | 100 | 111 | 10110000 | 1001110 | 1000010 |
Color Harmonies of #63ECE2
Complementary color
Monochromatic Colors of #63ECE2
Black with #63ECE2
Text Example
Text Example
White with #63ECE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ECE2; }
p { color: rgb(99,236,226); }
H1.HeaderClassName
{
color: #63ECE2;
}
.AnyTagClassName
{
color: #63ECE2;
}
</style>
background-color css
<style>
a { background-color: #63ECE2; }
a { background-color: rgb(99,236,226); }
div.DivClassName
{
background-color: #63ECE2;
}
.BgClassName
{
background-color: #63ECE2;
}
</style>
border-color css
<style>
span { border-color: #63ECE2; }
span { border-color: rgb(99,236,226); }
td.TdClassName
{
border-color: #63ECE2;
}
.TagClassName
{
border-color: #63ECE2;
}
</style>