Shades of Turquoise Blue #63DDDA
Tints of Turquoise Blue #63DDDA
RGB
CMYK
RGB Variations
Color information
#63DDDA (or 0x63DDDA) is known color: Turquoise Blue. HEX triplet: 63, DD and DA. RGB value is (99,221,218). Sum of RGB (Red+Green+Blue) = 99+221+218=538 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.40% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #63DDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DDDA is #9C2225. Grayscale: #B8B8B8. Windows color (decimal): -10232358 or 14343523. OLE color: 14343523.
HSL color Cylindrical-coordinate representation of color #63DDDA: hue angle of 178.52º 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 #63DDDA is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 221 | 218 | - |
| CMYK | 0.55 | 0 | 0.01 | 0.13 |
| HSL | 178.52º | 0.64% | 0.63% | - |
| HSV(B) | 178.52º | 0.55% | 0.87% | - |
| XYZ | 43.66 | 59.43 | 75.5 | - |
| YUV | 184.18 | 147.08 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 221 | 218 | 0.55 | 0 | 0.01 | 0.13 | 178.52 | 0.64 | 0.63 |
| Hex | 63 | DD | DA | 37 | 0 | 1 | D | B3 | 40 | 3F |
| Octal | 143 | 335 | 332 | 67 | 0 | 1 | 15 | 263 | 100 | 77 |
| Binary | 1100011 | 11011101 | 11011010 | 110111 | 0 | 1 | 1101 | 10110011 | 1000000 | 111111 |
Color Harmonies of #63DDDA
Complementary color
Monochromatic Colors of #63DDDA
Black with #63DDDA
Text Example
Text Example
White with #63DDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DDDA; }
p { color: rgb(99,221,218); }
H1.HeaderClassName
{
color: #63DDDA;
}
.AnyTagClassName
{
color: #63DDDA;
}
</style>
background-color css
<style>
a { background-color: #63DDDA; }
a { background-color: rgb(99,221,218); }
div.DivClassName
{
background-color: #63DDDA;
}
.BgClassName
{
background-color: #63DDDA;
}
</style>
border-color css
<style>
span { border-color: #63DDDA; }
span { border-color: rgb(99,221,218); }
td.TdClassName
{
border-color: #63DDDA;
}
.TagClassName
{
border-color: #63DDDA;
}
</style>