Shades of Turquoise Blue #63EED9
Tints of Turquoise Blue #63EED9
RGB
CMYK
RGB Variations
Color information
#63EED9 (or 0x63EED9) is known color: Turquoise Blue. HEX triplet: 63, EE and D9. RGB value is (99,238,217). Sum of RGB (Red+Green+Blue) = 99+238+217=554 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.87% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 217 (85.16% from 255 or 39.17% from 554); Max value from RGB is 238 - color contains mainly: green. Hex color #63EED9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EED9 is #9C1126. Grayscale: #C1C1C1. Windows color (decimal): -10228007 or 14282339. OLE color: 14282339.
HSL color Cylindrical-coordinate representation of color #63EED9: hue angle of 170.94º degrees, saturation: 0.8, 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 #63EED9 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 238 | 217 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.07 |
| HSL | 170.94º | 0.8% | 0.66% | - |
| HSV(B) | 170.94º | 0.58% | 0.93% | - |
| XYZ | 48.24 | 68.81 | 76.38 | - |
| YUV | 194.05 | 140.95 | 60.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 238 | 217 | 0.58 | 0 | 0.09 | 0.07 | 170.94 | 0.8 | 0.66 |
| Hex | 63 | EE | D9 | 3A | 0 | 9 | 7 | AB | 50 | 42 |
| Octal | 143 | 356 | 331 | 72 | 0 | 11 | 7 | 253 | 120 | 102 |
| Binary | 1100011 | 11101110 | 11011001 | 111010 | 0 | 1001 | 111 | 10101011 | 1010000 | 1000010 |
Color Harmonies of #63EED9
Complementary color
Monochromatic Colors of #63EED9
Black with #63EED9
Text Example
Text Example
White with #63EED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EED9; }
p { color: rgb(99,238,217); }
H1.HeaderClassName
{
color: #63EED9;
}
.AnyTagClassName
{
color: #63EED9;
}
</style>
background-color css
<style>
a { background-color: #63EED9; }
a { background-color: rgb(99,238,217); }
div.DivClassName
{
background-color: #63EED9;
}
.BgClassName
{
background-color: #63EED9;
}
</style>
border-color css
<style>
span { border-color: #63EED9; }
span { border-color: rgb(99,238,217); }
td.TdClassName
{
border-color: #63EED9;
}
.TagClassName
{
border-color: #63EED9;
}
</style>