Shades of Turquoise Blue #63E0DC
Tints of Turquoise Blue #63E0DC
RGB
CMYK
RGB Variations
Color information
#63E0DC (or 0x63E0DC) is known color: Turquoise Blue. HEX triplet: 63, E0 and DC. RGB value is (99,224,220). Sum of RGB (Red+Green+Blue) = 99+224+220=543 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.23% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #63E0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63E0DC is #9C1F23. Grayscale: #BABABA. Windows color (decimal): -10231588 or 14475363. OLE color: 14475363.
HSL color Cylindrical-coordinate representation of color #63E0DC: hue angle of 178.08º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63E0DC is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 99 | 224 | 220 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.12 |
| HSL | 178.08º | 0.67% | 0.63% | - |
| HSV(B) | 178.08º | 0.56% | 0.88% | - |
| XYZ | 44.72 | 61.13 | 77.15 | - |
| YUV | 186.17 | 147.09 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 224 | 220 | 0.56 | 0 | 0.02 | 0.12 | 178.08 | 0.67 | 0.63 |
| Hex | 63 | E0 | DC | 38 | 0 | 2 | C | B2 | 43 | 3F |
| Octal | 143 | 340 | 334 | 70 | 0 | 2 | 14 | 262 | 103 | 77 |
| Binary | 1100011 | 11100000 | 11011100 | 111000 | 0 | 10 | 1100 | 10110010 | 1000011 | 111111 |
Color Harmonies of #63E0DC
Complementary color
Monochromatic Colors of #63E0DC
Black with #63E0DC
Text Example
Text Example
White with #63E0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63E0DC; }
p { color: rgb(99,224,220); }
H1.HeaderClassName
{
color: #63E0DC;
}
.AnyTagClassName
{
color: #63E0DC;
}
</style>
background-color css
<style>
a { background-color: #63E0DC; }
a { background-color: rgb(99,224,220); }
div.DivClassName
{
background-color: #63E0DC;
}
.BgClassName
{
background-color: #63E0DC;
}
</style>
border-color css
<style>
span { border-color: #63E0DC; }
span { border-color: rgb(99,224,220); }
td.TdClassName
{
border-color: #63E0DC;
}
.TagClassName
{
border-color: #63E0DC;
}
</style>