Shades of Turquoise Blue #63DCDA
Tints of Turquoise Blue #63DCDA
RGB
CMYK
RGB Variations
Color information
#63DCDA (or 0x63DCDA) is known color: Turquoise Blue. HEX triplet: 63, DC and DA. RGB value is (99,220,218). Sum of RGB (Red+Green+Blue) = 99+220+218=537 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.44% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #63DCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DCDA is #9C2325. Grayscale: #B7B7B7. Windows color (decimal): -10232614 or 14343267. OLE color: 14343267.
HSL color Cylindrical-coordinate representation of color #63DCDA: hue angle of 179.01º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DCDA is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 220 | 218 | - |
| CMYK | 0.55 | 0 | 0.01 | 0.14 |
| HSL | 179.01º | 0.63% | 0.63% | - |
| HSV(B) | 179.01º | 0.55% | 0.86% | - |
| XYZ | 43.39 | 58.9 | 75.41 | - |
| YUV | 183.59 | 147.41 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 220 | 218 | 0.55 | 0 | 0.01 | 0.14 | 179.01 | 0.63 | 0.63 |
| Hex | 63 | DC | DA | 37 | 0 | 1 | E | B3 | 3F | 3F |
| Octal | 143 | 334 | 332 | 67 | 0 | 1 | 16 | 263 | 77 | 77 |
| Binary | 1100011 | 11011100 | 11011010 | 110111 | 0 | 1 | 1110 | 10110011 | 111111 | 111111 |
Color Harmonies of #63DCDA
Complementary color
Monochromatic Colors of #63DCDA
Black with #63DCDA
Text Example
Text Example
White with #63DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DCDA; }
p { color: rgb(99,220,218); }
H1.HeaderClassName
{
color: #63DCDA;
}
.AnyTagClassName
{
color: #63DCDA;
}
</style>
background-color css
<style>
a { background-color: #63DCDA; }
a { background-color: rgb(99,220,218); }
div.DivClassName
{
background-color: #63DCDA;
}
.BgClassName
{
background-color: #63DCDA;
}
</style>
border-color css
<style>
span { border-color: #63DCDA; }
span { border-color: rgb(99,220,218); }
td.TdClassName
{
border-color: #63DCDA;
}
.TagClassName
{
border-color: #63DCDA;
}
</style>