Shades of Turquoise Blue #63CCE5
Tints of Turquoise Blue #63CCE5
RGB
CMYK
RGB Variations
Color information
#63CCE5 (or 0x63CCE5) is known color: Turquoise Blue. HEX triplet: 63, CC and E5. RGB value is (99,204,229). Sum of RGB (Red+Green+Blue) = 99+204+229=532 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.61% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 229 (89.84% from 255 or 43.05% from 532); Max value from RGB is 229 - color contains mainly: blue. Hex color #63CCE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CCE5 is #9C331A. Grayscale: #AFAFAF. Windows color (decimal): -10236699 or 15060067. OLE color: 15060067.
HSL color Cylindrical-coordinate representation of color #63CCE5: hue angle of 191.54º 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 #63CCE5 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 99 | 204 | 229 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.10 |
| HSL | 191.54º | 0.71% | 0.64% | - |
| HSV(B) | 191.54º | 0.57% | 0.9% | - |
| XYZ | 40.88 | 51.5 | 81.91 | - |
| YUV | 175.46 | 158.21 | 73.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 204 | 229 | 0.57 | 0.11 | 0 | 0.10 | 191.54 | 0.71 | 0.64 |
| Hex | 63 | CC | E5 | 39 | B | 0 | A | C0 | 47 | 40 |
| Octal | 143 | 314 | 345 | 71 | 13 | 0 | 12 | 300 | 107 | 100 |
| Binary | 1100011 | 11001100 | 11100101 | 111001 | 1011 | 0 | 1010 | 11000000 | 1000111 | 1000000 |
Color Harmonies of #63CCE5
Complementary color
Monochromatic Colors of #63CCE5
Black with #63CCE5
Text Example
Text Example
White with #63CCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CCE5; }
p { color: rgb(99,204,229); }
H1.HeaderClassName
{
color: #63CCE5;
}
.AnyTagClassName
{
color: #63CCE5;
}
</style>
background-color css
<style>
a { background-color: #63CCE5; }
a { background-color: rgb(99,204,229); }
div.DivClassName
{
background-color: #63CCE5;
}
.BgClassName
{
background-color: #63CCE5;
}
</style>
border-color css
<style>
span { border-color: #63CCE5; }
span { border-color: rgb(99,204,229); }
td.TdClassName
{
border-color: #63CCE5;
}
.TagClassName
{
border-color: #63CCE5;
}
</style>