Shades of Turquoise Blue #63EDDB
Tints of Turquoise Blue #63EDDB
RGB
CMYK
RGB Variations
Color information
#63EDDB (or 0x63EDDB) is known color: Turquoise Blue. HEX triplet: 63, ED and DB. RGB value is (99,237,219). Sum of RGB (Red+Green+Blue) = 99+237+219=555 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.84% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 237 - color contains mainly: green. Hex color #63EDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EDDB is #9C1224. Grayscale: #C1C1C1. Windows color (decimal): -10228261 or 14413155. OLE color: 14413155.
HSL color Cylindrical-coordinate representation of color #63EDDB: hue angle of 172.17º 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 #63EDDB is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 237 | 219 | - |
| CMYK | 0.58 | 0 | 0.08 | 0.07 |
| HSL | 172.17º | 0.79% | 0.66% | - |
| HSV(B) | 172.17º | 0.58% | 0.93% | - |
| XYZ | 48.22 | 68.34 | 77.67 | - |
| YUV | 193.69 | 142.28 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 237 | 219 | 0.58 | 0 | 0.08 | 0.07 | 172.17 | 0.79 | 0.66 |
| Hex | 63 | ED | DB | 3A | 0 | 8 | 7 | AC | 4F | 42 |
| Octal | 143 | 355 | 333 | 72 | 0 | 10 | 7 | 254 | 117 | 102 |
| Binary | 1100011 | 11101101 | 11011011 | 111010 | 0 | 1000 | 111 | 10101100 | 1001111 | 1000010 |
Color Harmonies of #63EDDB
Complementary color
Monochromatic Colors of #63EDDB
Black with #63EDDB
Text Example
Text Example
White with #63EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EDDB; }
p { color: rgb(99,237,219); }
H1.HeaderClassName
{
color: #63EDDB;
}
.AnyTagClassName
{
color: #63EDDB;
}
</style>
background-color css
<style>
a { background-color: #63EDDB; }
a { background-color: rgb(99,237,219); }
div.DivClassName
{
background-color: #63EDDB;
}
.BgClassName
{
background-color: #63EDDB;
}
</style>
border-color css
<style>
span { border-color: #63EDDB; }
span { border-color: rgb(99,237,219); }
td.TdClassName
{
border-color: #63EDDB;
}
.TagClassName
{
border-color: #63EDDB;
}
</style>