Shades of Turquoise Blue #63DBEC
Tints of Turquoise Blue #63DBEC
RGB
CMYK
RGB Variations
Color information
#63DBEC (or 0x63DBEC) is known color: Turquoise Blue. HEX triplet: 63, DB and EC. RGB value is (99,219,236). Sum of RGB (Red+Green+Blue) = 99+219+236=554 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.87% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #63DBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DBEC is #9C2413. Grayscale: #B8B8B8. Windows color (decimal): -10232852 or 15522659. OLE color: 15522659.
HSL color Cylindrical-coordinate representation of color #63DBEC: hue angle of 187.45º 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 #63DBEC is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 219 | 236 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.07 |
| HSL | 187.45º | 0.78% | 0.66% | - |
| HSV(B) | 187.45º | 0.58% | 0.93% | - |
| XYZ | 45.62 | 59.37 | 88.41 | - |
| YUV | 185.06 | 156.74 | 66.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 219 | 236 | 0.58 | 0.07 | 0 | 0.07 | 187.45 | 0.78 | 0.66 |
| Hex | 63 | DB | EC | 3A | 7 | 0 | 7 | BB | 4E | 42 |
| Octal | 143 | 333 | 354 | 72 | 7 | 0 | 7 | 273 | 116 | 102 |
| Binary | 1100011 | 11011011 | 11101100 | 111010 | 111 | 0 | 111 | 10111011 | 1001110 | 1000010 |
Color Harmonies of #63DBEC
Complementary color
Monochromatic Colors of #63DBEC
Black with #63DBEC
Text Example
Text Example
White with #63DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DBEC; }
p { color: rgb(99,219,236); }
H1.HeaderClassName
{
color: #63DBEC;
}
.AnyTagClassName
{
color: #63DBEC;
}
</style>
background-color css
<style>
a { background-color: #63DBEC; }
a { background-color: rgb(99,219,236); }
div.DivClassName
{
background-color: #63DBEC;
}
.BgClassName
{
background-color: #63DBEC;
}
</style>
border-color css
<style>
span { border-color: #63DBEC; }
span { border-color: rgb(99,219,236); }
td.TdClassName
{
border-color: #63DBEC;
}
.TagClassName
{
border-color: #63DBEC;
}
</style>