Shades of Turquoise Blue #63E0E4
Tints of Turquoise Blue #63E0E4
RGB
CMYK
RGB Variations
Color information
#63E0E4 (or 0x63E0E4) is known color: Turquoise Blue. HEX triplet: 63, E0 and E4. RGB value is (99,224,228). Sum of RGB (Red+Green+Blue) = 99+224+228=551 (72% of max value = 765). Red value is 99 (39.06% from 255 or 17.97% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 228 (89.45% from 255 or 41.38% from 551); Max value from RGB is 228 - color contains mainly: blue. Hex color #63E0E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63E0E4 is #9C1F1B. Grayscale: #BABABA. Windows color (decimal): -10231580 or 14999651. OLE color: 14999651.
HSL color Cylindrical-coordinate representation of color #63E0E4: hue angle of 181.86º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63E0E4 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 99 | 224 | 228 | - |
| CMYK | 0.57 | 0.02 | 0 | 0.11 |
| HSL | 181.86º | 0.7% | 0.64% | - |
| HSV(B) | 181.86º | 0.57% | 0.89% | - |
| XYZ | 45.8 | 61.57 | 82.87 | - |
| YUV | 187.08 | 151.09 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 224 | 228 | 0.57 | 0.02 | 0 | 0.11 | 181.86 | 0.7 | 0.64 |
| Hex | 63 | E0 | E4 | 39 | 2 | 0 | B | B6 | 46 | 40 |
| Octal | 143 | 340 | 344 | 71 | 2 | 0 | 13 | 266 | 106 | 100 |
| Binary | 1100011 | 11100000 | 11100100 | 111001 | 10 | 0 | 1011 | 10110110 | 1000110 | 1000000 |
Color Harmonies of #63E0E4
Complementary color
Monochromatic Colors of #63E0E4
Black with #63E0E4
Text Example
Text Example
White with #63E0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63E0E4; }
p { color: rgb(99,224,228); }
H1.HeaderClassName
{
color: #63E0E4;
}
.AnyTagClassName
{
color: #63E0E4;
}
</style>
background-color css
<style>
a { background-color: #63E0E4; }
a { background-color: rgb(99,224,228); }
div.DivClassName
{
background-color: #63E0E4;
}
.BgClassName
{
background-color: #63E0E4;
}
</style>
border-color css
<style>
span { border-color: #63E0E4; }
span { border-color: rgb(99,224,228); }
td.TdClassName
{
border-color: #63E0E4;
}
.TagClassName
{
border-color: #63E0E4;
}
</style>