Shades of Turquoise Blue #63D0DB
Tints of Turquoise Blue #63D0DB
RGB
CMYK
RGB Variations
Color information
#63D0DB (or 0x63D0DB) is known color: Turquoise Blue. HEX triplet: 63, D0 and DB. RGB value is (99,208,219). Sum of RGB (Red+Green+Blue) = 99+208+219=526 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.82% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #63D0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D0DB is #9C2F24. Grayscale: #B0B0B0. Windows color (decimal): -10235685 or 14405731. OLE color: 14405731.
HSL color Cylindrical-coordinate representation of color #63D0DB: hue angle of 185.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 #63D0DB is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 208 | 219 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.14 |
| HSL | 185.5º | 0.63% | 0.62% | - |
| HSV(B) | 185.5º | 0.55% | 0.86% | - |
| XYZ | 40.49 | 52.88 | 75.09 | - |
| YUV | 176.66 | 151.89 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 208 | 219 | 0.55 | 0.05 | 0 | 0.14 | 185.5 | 0.63 | 0.62 |
| Hex | 63 | D0 | DB | 37 | 5 | 0 | E | BA | 3E | 3E |
| Octal | 143 | 320 | 333 | 67 | 5 | 0 | 16 | 272 | 76 | 76 |
| Binary | 1100011 | 11010000 | 11011011 | 110111 | 101 | 0 | 1110 | 10111010 | 111110 | 111110 |
Color Harmonies of #63D0DB
Complementary color
Monochromatic Colors of #63D0DB
Black with #63D0DB
Text Example
Text Example
White with #63D0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D0DB; }
p { color: rgb(99,208,219); }
H1.HeaderClassName
{
color: #63D0DB;
}
.AnyTagClassName
{
color: #63D0DB;
}
</style>
background-color css
<style>
a { background-color: #63D0DB; }
a { background-color: rgb(99,208,219); }
div.DivClassName
{
background-color: #63D0DB;
}
.BgClassName
{
background-color: #63D0DB;
}
</style>
border-color css
<style>
span { border-color: #63D0DB; }
span { border-color: rgb(99,208,219); }
td.TdClassName
{
border-color: #63D0DB;
}
.TagClassName
{
border-color: #63D0DB;
}
</style>