Shades of Turquoise Blue #63DADB
Tints of Turquoise Blue #63DADB
RGB
CMYK
RGB Variations
Color information
#63DADB (or 0x63DADB) is known color: Turquoise Blue. HEX triplet: 63, DA and DB. RGB value is (99,218,219). Sum of RGB (Red+Green+Blue) = 99+218+219=536 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.47% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #63DADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DADB is #9C2524. Grayscale: #B6B6B6. Windows color (decimal): -10233125 or 14408291. OLE color: 14408291.
HSL color Cylindrical-coordinate representation of color #63DADB: hue angle of 180.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 #63DADB is Cyan = 0.55, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 218 | 219 | - |
| CMYK | 0.55 | 0.00 | 0 | 0.14 |
| HSL | 180.5º | 0.63% | 0.62% | - |
| HSV(B) | 180.5º | 0.55% | 0.86% | - |
| XYZ | 43 | 57.91 | 75.93 | - |
| YUV | 182.53 | 148.58 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 218 | 219 | 0.55 | 0.00 | 0 | 0.14 | 180.5 | 0.63 | 0.62 |
| Hex | 63 | DA | DB | 37 | 0 | 0 | E | B4 | 3E | 3E |
| Octal | 143 | 332 | 333 | 67 | 0 | 0 | 16 | 264 | 76 | 76 |
| Binary | 1100011 | 11011010 | 11011011 | 110111 | 0 | 0 | 1110 | 10110100 | 111110 | 111110 |
Color Harmonies of #63DADB
Complementary color
Monochromatic Colors of #63DADB
Black with #63DADB
Text Example
Text Example
White with #63DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DADB; }
p { color: rgb(99,218,219); }
H1.HeaderClassName
{
color: #63DADB;
}
.AnyTagClassName
{
color: #63DADB;
}
</style>
background-color css
<style>
a { background-color: #63DADB; }
a { background-color: rgb(99,218,219); }
div.DivClassName
{
background-color: #63DADB;
}
.BgClassName
{
background-color: #63DADB;
}
</style>
border-color css
<style>
span { border-color: #63DADB; }
span { border-color: rgb(99,218,219); }
td.TdClassName
{
border-color: #63DADB;
}
.TagClassName
{
border-color: #63DADB;
}
</style>