Shades of Turquoise Blue #63EADD
Tints of Turquoise Blue #63EADD
RGB
CMYK
RGB Variations
Color information
#63EADD (or 0x63EADD) is known color: Turquoise Blue. HEX triplet: 63, EA and DD. RGB value is (99,234,221). Sum of RGB (Red+Green+Blue) = 99+234+221=554 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.87% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 234 - color contains mainly: green. Hex color #63EADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EADD is #9C1522. Grayscale: #C0C0C0. Windows color (decimal): -10229027 or 14543459. OLE color: 14543459.
HSL color Cylindrical-coordinate representation of color #63EADD: hue angle of 174.22º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63EADD is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 234 | 221 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.08 |
| HSL | 174.22º | 0.76% | 0.65% | - |
| HSV(B) | 174.22º | 0.58% | 0.92% | - |
| XYZ | 47.62 | 66.72 | 78.77 | - |
| YUV | 192.15 | 144.27 | 61.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 234 | 221 | 0.58 | 0 | 0.06 | 0.08 | 174.22 | 0.76 | 0.65 |
| Hex | 63 | EA | DD | 3A | 0 | 6 | 8 | AE | 4C | 41 |
| Octal | 143 | 352 | 335 | 72 | 0 | 6 | 10 | 256 | 114 | 101 |
| Binary | 1100011 | 11101010 | 11011101 | 111010 | 0 | 110 | 1000 | 10101110 | 1001100 | 1000001 |
Color Harmonies of #63EADD
Complementary color
Monochromatic Colors of #63EADD
Black with #63EADD
Text Example
Text Example
White with #63EADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EADD; }
p { color: rgb(99,234,221); }
H1.HeaderClassName
{
color: #63EADD;
}
.AnyTagClassName
{
color: #63EADD;
}
</style>
background-color css
<style>
a { background-color: #63EADD; }
a { background-color: rgb(99,234,221); }
div.DivClassName
{
background-color: #63EADD;
}
.BgClassName
{
background-color: #63EADD;
}
</style>
border-color css
<style>
span { border-color: #63EADD; }
span { border-color: rgb(99,234,221); }
td.TdClassName
{
border-color: #63EADD;
}
.TagClassName
{
border-color: #63EADD;
}
</style>