Shades of Turquoise Blue #63D5DB
Tints of Turquoise Blue #63D5DB
RGB
CMYK
RGB Variations
Color information
#63D5DB (or 0x63D5DB) is known color: Turquoise Blue. HEX triplet: 63, D5 and DB. RGB value is (99,213,219). Sum of RGB (Red+Green+Blue) = 99+213+219=531 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.64% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #63D5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D5DB is #9C2A24. Grayscale: #B3B3B3. Windows color (decimal): -10234405 or 14407011. OLE color: 14407011.
HSL color Cylindrical-coordinate representation of color #63D5DB: hue angle of 183º 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 #63D5DB is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 213 | 219 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.14 |
| HSL | 183º | 0.63% | 0.62% | - |
| HSV(B) | 183º | 0.55% | 0.86% | - |
| XYZ | 41.73 | 55.36 | 75.5 | - |
| YUV | 179.6 | 150.23 | 70.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 213 | 219 | 0.55 | 0.03 | 0 | 0.14 | 183 | 0.63 | 0.62 |
| Hex | 63 | D5 | DB | 37 | 3 | 0 | E | B7 | 3E | 3E |
| Octal | 143 | 325 | 333 | 67 | 3 | 0 | 16 | 267 | 76 | 76 |
| Binary | 1100011 | 11010101 | 11011011 | 110111 | 11 | 0 | 1110 | 10110111 | 111110 | 111110 |
Color Harmonies of #63D5DB
Complementary color
Monochromatic Colors of #63D5DB
Black with #63D5DB
Text Example
Text Example
White with #63D5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D5DB; }
p { color: rgb(99,213,219); }
H1.HeaderClassName
{
color: #63D5DB;
}
.AnyTagClassName
{
color: #63D5DB;
}
</style>
background-color css
<style>
a { background-color: #63D5DB; }
a { background-color: rgb(99,213,219); }
div.DivClassName
{
background-color: #63D5DB;
}
.BgClassName
{
background-color: #63D5DB;
}
</style>
border-color css
<style>
span { border-color: #63D5DB; }
span { border-color: rgb(99,213,219); }
td.TdClassName
{
border-color: #63D5DB;
}
.TagClassName
{
border-color: #63D5DB;
}
</style>