Shades of Turquoise Blue #63DBDC
Tints of Turquoise Blue #63DBDC
RGB
CMYK
RGB Variations
Color information
#63DBDC (or 0x63DBDC) is known color: Turquoise Blue. HEX triplet: 63, DB and DC. RGB value is (99,219,220). Sum of RGB (Red+Green+Blue) = 99+219+220=538 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.40% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #63DBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DBDC is #9C2423. Grayscale: #B7B7B7. Windows color (decimal): -10232868 or 14474083. OLE color: 14474083.
HSL color Cylindrical-coordinate representation of color #63DBDC: hue angle of 180.5º 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 #63DBDC is Cyan = 0.55, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 219 | 220 | - |
| CMYK | 0.55 | 0.00 | 0 | 0.14 |
| HSL | 180.5º | 0.63% | 0.63% | - |
| HSV(B) | 180.5º | 0.55% | 0.86% | - |
| XYZ | 43.4 | 58.48 | 76.71 | - |
| YUV | 183.23 | 148.74 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 219 | 220 | 0.55 | 0.00 | 0 | 0.14 | 180.5 | 0.63 | 0.63 |
| Hex | 63 | DB | DC | 37 | 0 | 0 | E | B4 | 3F | 3F |
| Octal | 143 | 333 | 334 | 67 | 0 | 0 | 16 | 264 | 77 | 77 |
| Binary | 1100011 | 11011011 | 11011100 | 110111 | 0 | 0 | 1110 | 10110100 | 111111 | 111111 |
Color Harmonies of #63DBDC
Complementary color
Monochromatic Colors of #63DBDC
Black with #63DBDC
Text Example
Text Example
White with #63DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DBDC; }
p { color: rgb(99,219,220); }
H1.HeaderClassName
{
color: #63DBDC;
}
.AnyTagClassName
{
color: #63DBDC;
}
</style>
background-color css
<style>
a { background-color: #63DBDC; }
a { background-color: rgb(99,219,220); }
div.DivClassName
{
background-color: #63DBDC;
}
.BgClassName
{
background-color: #63DBDC;
}
</style>
border-color css
<style>
span { border-color: #63DBDC; }
span { border-color: rgb(99,219,220); }
td.TdClassName
{
border-color: #63DBDC;
}
.TagClassName
{
border-color: #63DBDC;
}
</style>