Shades of Turquoise Blue #63EDE6
Tints of Turquoise Blue #63EDE6
RGB
CMYK
RGB Variations
Color information
#63EDE6 (or 0x63EDE6) is known color: Turquoise Blue. HEX triplet: 63, ED and E6. RGB value is (99,237,230). Sum of RGB (Red+Green+Blue) = 99+237+230=566 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.49% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 237 - color contains mainly: green. Hex color #63EDE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63EDE6 is #9C1219. Grayscale: #C2C2C2. Windows color (decimal): -10228250 or 15134051. OLE color: 15134051.
HSL color Cylindrical-coordinate representation of color #63EDE6: hue angle of 176.96º 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 #63EDE6 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 237 | 230 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.07 |
| HSL | 176.96º | 0.79% | 0.66% | - |
| HSV(B) | 176.96º | 0.58% | 0.93% | - |
| XYZ | 49.71 | 68.93 | 85.55 | - |
| YUV | 194.94 | 147.78 | 59.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 237 | 230 | 0.58 | 0 | 0.03 | 0.07 | 176.96 | 0.79 | 0.66 |
| Hex | 63 | ED | E6 | 3A | 0 | 3 | 7 | B1 | 4F | 42 |
| Octal | 143 | 355 | 346 | 72 | 0 | 3 | 7 | 261 | 117 | 102 |
| Binary | 1100011 | 11101101 | 11100110 | 111010 | 0 | 11 | 111 | 10110001 | 1001111 | 1000010 |
Color Harmonies of #63EDE6
Complementary color
Monochromatic Colors of #63EDE6
Black with #63EDE6
Text Example
Text Example
White with #63EDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EDE6; }
p { color: rgb(99,237,230); }
H1.HeaderClassName
{
color: #63EDE6;
}
.AnyTagClassName
{
color: #63EDE6;
}
</style>
background-color css
<style>
a { background-color: #63EDE6; }
a { background-color: rgb(99,237,230); }
div.DivClassName
{
background-color: #63EDE6;
}
.BgClassName
{
background-color: #63EDE6;
}
</style>
border-color css
<style>
span { border-color: #63EDE6; }
span { border-color: rgb(99,237,230); }
td.TdClassName
{
border-color: #63EDE6;
}
.TagClassName
{
border-color: #63EDE6;
}
</style>