Shades of Turquoise Blue #63DBD4
Tints of Turquoise Blue #63DBD4
RGB
CMYK
RGB Variations
Color information
#63DBD4 (or 0x63DBD4) is known color: Turquoise Blue. HEX triplet: 63, DB and D4. RGB value is (99,219,212). Sum of RGB (Red+Green+Blue) = 99+219+212=530 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.68% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 212 (83.20% from 255 or 40% from 530); Max value from RGB is 219 - color contains mainly: green. Hex color #63DBD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DBD4 is #9C242B. Grayscale: #B6B6B6. Windows color (decimal): -10232876 or 13949795. OLE color: 13949795.
HSL color Cylindrical-coordinate representation of color #63DBD4: hue angle of 176.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DBD4 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 219 | 212 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.14 |
| HSL | 176.5º | 0.63% | 0.62% | - |
| HSV(B) | 176.5º | 0.55% | 0.86% | - |
| XYZ | 42.36 | 58.07 | 71.26 | - |
| YUV | 182.32 | 144.74 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 219 | 212 | 0.55 | 0 | 0.03 | 0.14 | 176.5 | 0.63 | 0.62 |
| Hex | 63 | DB | D4 | 37 | 0 | 3 | E | B0 | 3E | 3E |
| Octal | 143 | 333 | 324 | 67 | 0 | 3 | 16 | 260 | 76 | 76 |
| Binary | 1100011 | 11011011 | 11010100 | 110111 | 0 | 11 | 1110 | 10110000 | 111110 | 111110 |
Color Harmonies of #63DBD4
Complementary color
Monochromatic Colors of #63DBD4
Black with #63DBD4
Text Example
Text Example
White with #63DBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DBD4; }
p { color: rgb(99,219,212); }
H1.HeaderClassName
{
color: #63DBD4;
}
.AnyTagClassName
{
color: #63DBD4;
}
</style>
background-color css
<style>
a { background-color: #63DBD4; }
a { background-color: rgb(99,219,212); }
div.DivClassName
{
background-color: #63DBD4;
}
.BgClassName
{
background-color: #63DBD4;
}
</style>
border-color css
<style>
span { border-color: #63DBD4; }
span { border-color: rgb(99,219,212); }
td.TdClassName
{
border-color: #63DBD4;
}
.TagClassName
{
border-color: #63DBD4;
}
</style>