Shades of Turquoise Blue #63ECEA
Tints of Turquoise Blue #63ECEA
RGB
CMYK
RGB Variations
Color information
#63ECEA (or 0x63ECEA) is known color: Turquoise Blue. HEX triplet: 63, EC and EA. RGB value is (99,236,234). Sum of RGB (Red+Green+Blue) = 99+236+234=569 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.40% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 236 - color contains mainly: green. Hex color #63ECEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63ECEA is #9C1315. Grayscale: #C2C2C2. Windows color (decimal): -10228502 or 15395939. OLE color: 15395939.
HSL color Cylindrical-coordinate representation of color #63ECEA: hue angle of 179.12º 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 #63ECEA is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 236 | 234 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.07 |
| HSL | 179.12º | 0.78% | 0.66% | - |
| HSV(B) | 179.12º | 0.58% | 0.93% | - |
| XYZ | 49.99 | 68.58 | 88.45 | - |
| YUV | 194.81 | 150.11 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 236 | 234 | 0.58 | 0 | 0.01 | 0.07 | 179.12 | 0.78 | 0.66 |
| Hex | 63 | EC | EA | 3A | 0 | 1 | 7 | B3 | 4E | 42 |
| Octal | 143 | 354 | 352 | 72 | 0 | 1 | 7 | 263 | 116 | 102 |
| Binary | 1100011 | 11101100 | 11101010 | 111010 | 0 | 1 | 111 | 10110011 | 1001110 | 1000010 |
Color Harmonies of #63ECEA
Complementary color
Monochromatic Colors of #63ECEA
Black with #63ECEA
Text Example
Text Example
White with #63ECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ECEA; }
p { color: rgb(99,236,234); }
H1.HeaderClassName
{
color: #63ECEA;
}
.AnyTagClassName
{
color: #63ECEA;
}
</style>
background-color css
<style>
a { background-color: #63ECEA; }
a { background-color: rgb(99,236,234); }
div.DivClassName
{
background-color: #63ECEA;
}
.BgClassName
{
background-color: #63ECEA;
}
</style>
border-color css
<style>
span { border-color: #63ECEA; }
span { border-color: rgb(99,236,234); }
td.TdClassName
{
border-color: #63ECEA;
}
.TagClassName
{
border-color: #63ECEA;
}
</style>