Shades of Turquoise Blue #63EDD8
Tints of Turquoise Blue #63EDD8
RGB
CMYK
RGB Variations
Color information
#63EDD8 (or 0x63EDD8) is known color: Turquoise Blue. HEX triplet: 63, ED and D8. RGB value is (99,237,216). Sum of RGB (Red+Green+Blue) = 99+237+216=552 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.93% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 216 (84.77% from 255 or 39.13% from 552); Max value from RGB is 237 - color contains mainly: green. Hex color #63EDD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EDD8 is #9C1227. Grayscale: #C1C1C1. Windows color (decimal): -10228264 or 14216547. OLE color: 14216547.
HSL color Cylindrical-coordinate representation of color #63EDD8: hue angle of 170.87º degrees, saturation: 0.79, 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 #63EDD8 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 237 | 216 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.07 |
| HSL | 170.87º | 0.79% | 0.66% | - |
| HSV(B) | 170.87º | 0.58% | 0.93% | - |
| XYZ | 47.82 | 68.18 | 75.6 | - |
| YUV | 193.34 | 140.78 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 237 | 216 | 0.58 | 0 | 0.09 | 0.07 | 170.87 | 0.79 | 0.66 |
| Hex | 63 | ED | D8 | 3A | 0 | 9 | 7 | AB | 4F | 42 |
| Octal | 143 | 355 | 330 | 72 | 0 | 11 | 7 | 253 | 117 | 102 |
| Binary | 1100011 | 11101101 | 11011000 | 111010 | 0 | 1001 | 111 | 10101011 | 1001111 | 1000010 |
Color Harmonies of #63EDD8
Complementary color
Monochromatic Colors of #63EDD8
Black with #63EDD8
Text Example
Text Example
White with #63EDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EDD8; }
p { color: rgb(99,237,216); }
H1.HeaderClassName
{
color: #63EDD8;
}
.AnyTagClassName
{
color: #63EDD8;
}
</style>
background-color css
<style>
a { background-color: #63EDD8; }
a { background-color: rgb(99,237,216); }
div.DivClassName
{
background-color: #63EDD8;
}
.BgClassName
{
background-color: #63EDD8;
}
</style>
border-color css
<style>
span { border-color: #63EDD8; }
span { border-color: rgb(99,237,216); }
td.TdClassName
{
border-color: #63EDD8;
}
.TagClassName
{
border-color: #63EDD8;
}
</style>