Shades of Turquoise Blue #63DDDB
Tints of Turquoise Blue #63DDDB
RGB
CMYK
RGB Variations
Color information
#63DDDB (or 0x63DDDB) is known color: Turquoise Blue. HEX triplet: 63, DD and DB. RGB value is (99,221,219). Sum of RGB (Red+Green+Blue) = 99+221+219=539 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.37% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #63DDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DDDB is #9C2224. Grayscale: #B8B8B8. Windows color (decimal): -10232357 or 14409059. OLE color: 14409059.
HSL color Cylindrical-coordinate representation of color #63DDDB: hue angle of 179.02º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DDDB is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 221 | 219 | - |
| CMYK | 0.55 | 0 | 0.01 | 0.13 |
| HSL | 179.02º | 0.64% | 0.63% | - |
| HSV(B) | 179.02º | 0.55% | 0.87% | - |
| XYZ | 43.79 | 59.48 | 76.19 | - |
| YUV | 184.29 | 147.58 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 221 | 219 | 0.55 | 0 | 0.01 | 0.13 | 179.02 | 0.64 | 0.63 |
| Hex | 63 | DD | DB | 37 | 0 | 1 | D | B3 | 40 | 3F |
| Octal | 143 | 335 | 333 | 67 | 0 | 1 | 15 | 263 | 100 | 77 |
| Binary | 1100011 | 11011101 | 11011011 | 110111 | 0 | 1 | 1101 | 10110011 | 1000000 | 111111 |
Color Harmonies of #63DDDB
Complementary color
Monochromatic Colors of #63DDDB
Black with #63DDDB
Text Example
Text Example
White with #63DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DDDB; }
p { color: rgb(99,221,219); }
H1.HeaderClassName
{
color: #63DDDB;
}
.AnyTagClassName
{
color: #63DDDB;
}
</style>
background-color css
<style>
a { background-color: #63DDDB; }
a { background-color: rgb(99,221,219); }
div.DivClassName
{
background-color: #63DDDB;
}
.BgClassName
{
background-color: #63DDDB;
}
</style>
border-color css
<style>
span { border-color: #63DDDB; }
span { border-color: rgb(99,221,219); }
td.TdClassName
{
border-color: #63DDDB;
}
.TagClassName
{
border-color: #63DDDB;
}
</style>