Shades of Turquoise Blue #63DBDB
Tints of Turquoise Blue #63DBDB
RGB
CMYK
RGB Variations
Color information
#63DBDB (or 0x63DBDB) is known color: Turquoise Blue. HEX triplet: 63, DB and DB. RGB value is (99,219,219). Sum of RGB (Red+Green+Blue) = 99+219+219=537 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.44% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #63DBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DBDB is #9C2424. Grayscale: #B6B6B6. Windows color (decimal): -10232869 or 14408547. OLE color: 14408547.
HSL color Cylindrical-coordinate representation of color #63DBDB: hue angle of 180º 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 #63DBDB is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 219 | 219 | - |
| CMYK | 0.55 | 0 | 0 | 0.14 |
| HSL | 180º | 0.63% | 0.62% | - |
| HSV(B) | 180º | 0.55% | 0.86% | - |
| XYZ | 43.26 | 58.43 | 76.02 | - |
| YUV | 183.12 | 148.24 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 219 | 219 | 0.55 | 0 | 0 | 0.14 | 180 | 0.63 | 0.62 |
| Hex | 63 | DB | DB | 37 | 0 | 0 | E | B4 | 3E | 3E |
| Octal | 143 | 333 | 333 | 67 | 0 | 0 | 16 | 264 | 76 | 76 |
| Binary | 1100011 | 11011011 | 11011011 | 110111 | 0 | 0 | 1110 | 10110100 | 111110 | 111110 |
Color Harmonies of #63DBDB
Complementary color
Monochromatic Colors of #63DBDB
Black with #63DBDB
Text Example
Text Example
White with #63DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DBDB; }
p { color: rgb(99,219,219); }
H1.HeaderClassName
{
color: #63DBDB;
}
.AnyTagClassName
{
color: #63DBDB;
}
</style>
background-color css
<style>
a { background-color: #63DBDB; }
a { background-color: rgb(99,219,219); }
div.DivClassName
{
background-color: #63DBDB;
}
.BgClassName
{
background-color: #63DBDB;
}
</style>
border-color css
<style>
span { border-color: #63DBDB; }
span { border-color: rgb(99,219,219); }
td.TdClassName
{
border-color: #63DBDB;
}
.TagClassName
{
border-color: #63DBDB;
}
</style>