Shades of Turquoise Blue #63ECE5
Tints of Turquoise Blue #63ECE5
RGB
CMYK
RGB Variations
Color information
#63ECE5 (or 0x63ECE5) is known color: Turquoise Blue. HEX triplet: 63, EC and E5. RGB value is (99,236,229). Sum of RGB (Red+Green+Blue) = 99+236+229=564 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.55% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 236 - color contains mainly: green. Hex color #63ECE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63ECE5 is #9C131A. Grayscale: #C2C2C2. Windows color (decimal): -10228507 or 15068259. OLE color: 15068259.
HSL color Cylindrical-coordinate representation of color #63ECE5: hue angle of 176.93º 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 #63ECE5 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 236 | 229 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.07 |
| HSL | 176.93º | 0.78% | 0.66% | - |
| HSV(B) | 176.93º | 0.58% | 0.93% | - |
| XYZ | 49.28 | 68.3 | 84.71 | - |
| YUV | 194.24 | 147.61 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 236 | 229 | 0.58 | 0 | 0.03 | 0.07 | 176.93 | 0.78 | 0.66 |
| Hex | 63 | EC | E5 | 3A | 0 | 3 | 7 | B1 | 4E | 42 |
| Octal | 143 | 354 | 345 | 72 | 0 | 3 | 7 | 261 | 116 | 102 |
| Binary | 1100011 | 11101100 | 11100101 | 111010 | 0 | 11 | 111 | 10110001 | 1001110 | 1000010 |
Color Harmonies of #63ECE5
Complementary color
Monochromatic Colors of #63ECE5
Black with #63ECE5
Text Example
Text Example
White with #63ECE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ECE5; }
p { color: rgb(99,236,229); }
H1.HeaderClassName
{
color: #63ECE5;
}
.AnyTagClassName
{
color: #63ECE5;
}
</style>
background-color css
<style>
a { background-color: #63ECE5; }
a { background-color: rgb(99,236,229); }
div.DivClassName
{
background-color: #63ECE5;
}
.BgClassName
{
background-color: #63ECE5;
}
</style>
border-color css
<style>
span { border-color: #63ECE5; }
span { border-color: rgb(99,236,229); }
td.TdClassName
{
border-color: #63ECE5;
}
.TagClassName
{
border-color: #63ECE5;
}
</style>