Shades of Turquoise Blue #63CAE5
Tints of Turquoise Blue #63CAE5
RGB
CMYK
RGB Variations
Color information
#63CAE5 (or 0x63CAE5) is known color: Turquoise Blue. HEX triplet: 63, CA and E5. RGB value is (99,202,229). Sum of RGB (Red+Green+Blue) = 99+202+229=530 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.68% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 229 (89.84% from 255 or 43.21% from 530); Max value from RGB is 229 - color contains mainly: blue. Hex color #63CAE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CAE5 is #9C351A. Grayscale: #AEAEAE. Windows color (decimal): -10237211 or 15059555. OLE color: 15059555.
HSL color Cylindrical-coordinate representation of color #63CAE5: hue angle of 192.46º 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 #63CAE5 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 99 | 202 | 229 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.10 |
| HSL | 192.46º | 0.71% | 0.64% | - |
| HSV(B) | 192.46º | 0.57% | 0.9% | - |
| XYZ | 40.41 | 50.55 | 81.76 | - |
| YUV | 174.28 | 158.88 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 202 | 229 | 0.57 | 0.12 | 0 | 0.10 | 192.46 | 0.71 | 0.64 |
| Hex | 63 | CA | E5 | 39 | C | 0 | A | C0 | 47 | 40 |
| Octal | 143 | 312 | 345 | 71 | 14 | 0 | 12 | 300 | 107 | 100 |
| Binary | 1100011 | 11001010 | 11100101 | 111001 | 1100 | 0 | 1010 | 11000000 | 1000111 | 1000000 |
Color Harmonies of #63CAE5
Complementary color
Monochromatic Colors of #63CAE5
Black with #63CAE5
Text Example
Text Example
White with #63CAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CAE5; }
p { color: rgb(99,202,229); }
H1.HeaderClassName
{
color: #63CAE5;
}
.AnyTagClassName
{
color: #63CAE5;
}
</style>
background-color css
<style>
a { background-color: #63CAE5; }
a { background-color: rgb(99,202,229); }
div.DivClassName
{
background-color: #63CAE5;
}
.BgClassName
{
background-color: #63CAE5;
}
</style>
border-color css
<style>
span { border-color: #63CAE5; }
span { border-color: rgb(99,202,229); }
td.TdClassName
{
border-color: #63CAE5;
}
.TagClassName
{
border-color: #63CAE5;
}
</style>