Shades of Turquoise Blue #63D7EC
Tints of Turquoise Blue #63D7EC
RGB
CMYK
RGB Variations
Color information
#63D7EC (or 0x63D7EC) is known color: Turquoise Blue. HEX triplet: 63, D7 and EC. RGB value is (99,215,236). Sum of RGB (Red+Green+Blue) = 99+215+236=550 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #63D7EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63D7EC is #9C2813. Grayscale: #B6B6B6. Windows color (decimal): -10233876 or 15521635. OLE color: 15521635.
HSL color Cylindrical-coordinate representation of color #63D7EC: hue angle of 189.2º 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 #63D7EC is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 215 | 236 | - |
| CMYK | 0.58 | 0.09 | 0 | 0.07 |
| HSL | 189.2º | 0.78% | 0.66% | - |
| HSV(B) | 189.2º | 0.58% | 0.93% | - |
| XYZ | 44.59 | 57.31 | 88.07 | - |
| YUV | 182.71 | 158.07 | 68.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 215 | 236 | 0.58 | 0.09 | 0 | 0.07 | 189.2 | 0.78 | 0.66 |
| Hex | 63 | D7 | EC | 3A | 9 | 0 | 7 | BD | 4E | 42 |
| Octal | 143 | 327 | 354 | 72 | 11 | 0 | 7 | 275 | 116 | 102 |
| Binary | 1100011 | 11010111 | 11101100 | 111010 | 1001 | 0 | 111 | 10111101 | 1001110 | 1000010 |
Color Harmonies of #63D7EC
Complementary color
Monochromatic Colors of #63D7EC
Black with #63D7EC
Text Example
Text Example
White with #63D7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D7EC; }
p { color: rgb(99,215,236); }
H1.HeaderClassName
{
color: #63D7EC;
}
.AnyTagClassName
{
color: #63D7EC;
}
</style>
background-color css
<style>
a { background-color: #63D7EC; }
a { background-color: rgb(99,215,236); }
div.DivClassName
{
background-color: #63D7EC;
}
.BgClassName
{
background-color: #63D7EC;
}
</style>
border-color css
<style>
span { border-color: #63D7EC; }
span { border-color: rgb(99,215,236); }
td.TdClassName
{
border-color: #63D7EC;
}
.TagClassName
{
border-color: #63D7EC;
}
</style>