Shades of Turquoise Blue #63E2E5
Tints of Turquoise Blue #63E2E5
RGB
CMYK
RGB Variations
Color information
#63E2E5 (or 0x63E2E5) is known color: Turquoise Blue. HEX triplet: 63, E2 and E5. RGB value is (99,226,229). Sum of RGB (Red+Green+Blue) = 99+226+229=554 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.87% from 554); Green value is 226 (88.67% from 255 or 40.79% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 229 - color contains mainly: blue. Hex color #63E2E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63E2E5 is #9C1D1A. Grayscale: #BCBCBC. Windows color (decimal): -10231067 or 15065699. OLE color: 15065699.
HSL color Cylindrical-coordinate representation of color #63E2E5: hue angle of 181.38º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63E2E5 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 99 | 226 | 229 | - |
| CMYK | 0.57 | 0.01 | 0 | 0.10 |
| HSL | 181.38º | 0.71% | 0.64% | - |
| HSV(B) | 181.38º | 0.57% | 0.9% | - |
| XYZ | 46.48 | 62.7 | 83.78 | - |
| YUV | 188.37 | 150.92 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 226 | 229 | 0.57 | 0.01 | 0 | 0.10 | 181.38 | 0.71 | 0.64 |
| Hex | 63 | E2 | E5 | 39 | 1 | 0 | A | B5 | 47 | 40 |
| Octal | 143 | 342 | 345 | 71 | 1 | 0 | 12 | 265 | 107 | 100 |
| Binary | 1100011 | 11100010 | 11100101 | 111001 | 1 | 0 | 1010 | 10110101 | 1000111 | 1000000 |
Color Harmonies of #63E2E5
Complementary color
Monochromatic Colors of #63E2E5
Black with #63E2E5
Text Example
Text Example
White with #63E2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63E2E5; }
p { color: rgb(99,226,229); }
H1.HeaderClassName
{
color: #63E2E5;
}
.AnyTagClassName
{
color: #63E2E5;
}
</style>
background-color css
<style>
a { background-color: #63E2E5; }
a { background-color: rgb(99,226,229); }
div.DivClassName
{
background-color: #63E2E5;
}
.BgClassName
{
background-color: #63E2E5;
}
</style>
border-color css
<style>
span { border-color: #63E2E5; }
span { border-color: rgb(99,226,229); }
td.TdClassName
{
border-color: #63E2E5;
}
.TagClassName
{
border-color: #63E2E5;
}
</style>