Shades of Turquoise Blue #63DDD7
Tints of Turquoise Blue #63DDD7
RGB
CMYK
RGB Variations
Color information
#63DDD7 (or 0x63DDD7) is known color: Turquoise Blue. HEX triplet: 63, DD and D7. RGB value is (99,221,215). Sum of RGB (Red+Green+Blue) = 99+221+215=535 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.50% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 215 (84.38% from 255 or 40.19% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #63DDD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DDD7 is #9C2228. Grayscale: #B7B7B7. Windows color (decimal): -10232361 or 14146915. OLE color: 14146915.
HSL color Cylindrical-coordinate representation of color #63DDD7: hue angle of 177.05º 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 #63DDD7 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 221 | 215 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.13 |
| HSL | 177.05º | 0.64% | 0.63% | - |
| HSV(B) | 177.05º | 0.55% | 0.87% | - |
| XYZ | 43.27 | 59.27 | 73.45 | - |
| YUV | 183.84 | 145.58 | 67.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 221 | 215 | 0.55 | 0 | 0.03 | 0.13 | 177.05 | 0.64 | 0.63 |
| Hex | 63 | DD | D7 | 37 | 0 | 3 | D | B1 | 40 | 3F |
| Octal | 143 | 335 | 327 | 67 | 0 | 3 | 15 | 261 | 100 | 77 |
| Binary | 1100011 | 11011101 | 11010111 | 110111 | 0 | 11 | 1101 | 10110001 | 1000000 | 111111 |
Color Harmonies of #63DDD7
Complementary color
Monochromatic Colors of #63DDD7
Black with #63DDD7
Text Example
Text Example
White with #63DDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DDD7; }
p { color: rgb(99,221,215); }
H1.HeaderClassName
{
color: #63DDD7;
}
.AnyTagClassName
{
color: #63DDD7;
}
</style>
background-color css
<style>
a { background-color: #63DDD7; }
a { background-color: rgb(99,221,215); }
div.DivClassName
{
background-color: #63DDD7;
}
.BgClassName
{
background-color: #63DDD7;
}
</style>
border-color css
<style>
span { border-color: #63DDD7; }
span { border-color: rgb(99,221,215); }
td.TdClassName
{
border-color: #63DDD7;
}
.TagClassName
{
border-color: #63DDD7;
}
</style>