Shades of Turquoise Blue #63D0EC
Tints of Turquoise Blue #63D0EC
RGB
CMYK
RGB Variations
Color information
#63D0EC (or 0x63D0EC) is known color: Turquoise Blue. HEX triplet: 63, D0 and EC. RGB value is (99,208,236). Sum of RGB (Red+Green+Blue) = 99+208+236=543 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.23% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #63D0EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63D0EC is #9C2F13. Grayscale: #B2B2B2. Windows color (decimal): -10235668 or 15519843. OLE color: 15519843.
HSL color Cylindrical-coordinate representation of color #63D0EC: hue angle of 192.26º 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 #63D0EC is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 208 | 236 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.07 |
| HSL | 192.26º | 0.78% | 0.66% | - |
| HSV(B) | 192.26º | 0.58% | 0.93% | - |
| XYZ | 42.84 | 53.82 | 87.49 | - |
| YUV | 178.6 | 160.39 | 71.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 208 | 236 | 0.58 | 0.12 | 0 | 0.07 | 192.26 | 0.78 | 0.66 |
| Hex | 63 | D0 | EC | 3A | C | 0 | 7 | C0 | 4E | 42 |
| Octal | 143 | 320 | 354 | 72 | 14 | 0 | 7 | 300 | 116 | 102 |
| Binary | 1100011 | 11010000 | 11101100 | 111010 | 1100 | 0 | 111 | 11000000 | 1001110 | 1000010 |
Color Harmonies of #63D0EC
Complementary color
Monochromatic Colors of #63D0EC
Black with #63D0EC
Text Example
Text Example
White with #63D0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D0EC; }
p { color: rgb(99,208,236); }
H1.HeaderClassName
{
color: #63D0EC;
}
.AnyTagClassName
{
color: #63D0EC;
}
</style>
background-color css
<style>
a { background-color: #63D0EC; }
a { background-color: rgb(99,208,236); }
div.DivClassName
{
background-color: #63D0EC;
}
.BgClassName
{
background-color: #63D0EC;
}
</style>
border-color css
<style>
span { border-color: #63D0EC; }
span { border-color: rgb(99,208,236); }
td.TdClassName
{
border-color: #63D0EC;
}
.TagClassName
{
border-color: #63D0EC;
}
</style>