Shades of Turquoise Blue #63EFDB
Tints of Turquoise Blue #63EFDB
RGB
CMYK
RGB Variations
Color information
#63EFDB (or 0x63EFDB) is known color: Turquoise Blue. HEX triplet: 63, EF and DB. RGB value is (99,239,219). Sum of RGB (Red+Green+Blue) = 99+239+219=557 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.77% from 557); Green value is 239 (93.75% from 255 or 42.91% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 239 - color contains mainly: green. Hex color #63EFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EFDB is #9C1024. Grayscale: #C2C2C2. Windows color (decimal): -10227749 or 14413667. OLE color: 14413667.
HSL color Cylindrical-coordinate representation of color #63EFDB: hue angle of 171.43º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63EFDB is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 99 | 239 | 219 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.06 |
| HSL | 171.43º | 0.81% | 0.66% | - |
| HSV(B) | 171.43º | 0.59% | 0.94% | - |
| XYZ | 48.8 | 69.5 | 77.86 | - |
| YUV | 194.86 | 141.62 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 239 | 219 | 0.59 | 0 | 0.08 | 0.06 | 171.43 | 0.81 | 0.66 |
| Hex | 63 | EF | DB | 3B | 0 | 8 | 6 | AB | 51 | 42 |
| Octal | 143 | 357 | 333 | 73 | 0 | 10 | 6 | 253 | 121 | 102 |
| Binary | 1100011 | 11101111 | 11011011 | 111011 | 0 | 1000 | 110 | 10101011 | 1010001 | 1000010 |
Color Harmonies of #63EFDB
Complementary color
Monochromatic Colors of #63EFDB
Black with #63EFDB
Text Example
Text Example
White with #63EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EFDB; }
p { color: rgb(99,239,219); }
H1.HeaderClassName
{
color: #63EFDB;
}
.AnyTagClassName
{
color: #63EFDB;
}
</style>
background-color css
<style>
a { background-color: #63EFDB; }
a { background-color: rgb(99,239,219); }
div.DivClassName
{
background-color: #63EFDB;
}
.BgClassName
{
background-color: #63EFDB;
}
</style>
border-color css
<style>
span { border-color: #63EFDB; }
span { border-color: rgb(99,239,219); }
td.TdClassName
{
border-color: #63EFDB;
}
.TagClassName
{
border-color: #63EFDB;
}
</style>