Shades of Turquoise Blue #63CADB
Tints of Turquoise Blue #63CADB
RGB
CMYK
RGB Variations
Color information
#63CADB (or 0x63CADB) is known color: Turquoise Blue. HEX triplet: 63, CA and DB. RGB value is (99,202,219). Sum of RGB (Red+Green+Blue) = 99+202+219=520 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.04% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #63CADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CADB is #9C3524. Grayscale: #ACACAC. Windows color (decimal): -10237221 or 14404195. OLE color: 14404195.
HSL color Cylindrical-coordinate representation of color #63CADB: hue angle of 188.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 #63CADB is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 202 | 219 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.14 |
| HSL | 188.5º | 0.63% | 0.62% | - |
| HSV(B) | 188.5º | 0.55% | 0.86% | - |
| XYZ | 39.05 | 50.01 | 74.61 | - |
| YUV | 173.14 | 153.88 | 75.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 202 | 219 | 0.55 | 0.08 | 0 | 0.14 | 188.5 | 0.63 | 0.62 |
| Hex | 63 | CA | DB | 37 | 8 | 0 | E | BC | 3E | 3E |
| Octal | 143 | 312 | 333 | 67 | 10 | 0 | 16 | 274 | 76 | 76 |
| Binary | 1100011 | 11001010 | 11011011 | 110111 | 1000 | 0 | 1110 | 10111100 | 111110 | 111110 |
Color Harmonies of #63CADB
Complementary color
Monochromatic Colors of #63CADB
Black with #63CADB
Text Example
Text Example
White with #63CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CADB; }
p { color: rgb(99,202,219); }
H1.HeaderClassName
{
color: #63CADB;
}
.AnyTagClassName
{
color: #63CADB;
}
</style>
background-color css
<style>
a { background-color: #63CADB; }
a { background-color: rgb(99,202,219); }
div.DivClassName
{
background-color: #63CADB;
}
.BgClassName
{
background-color: #63CADB;
}
</style>
border-color css
<style>
span { border-color: #63CADB; }
span { border-color: rgb(99,202,219); }
td.TdClassName
{
border-color: #63CADB;
}
.TagClassName
{
border-color: #63CADB;
}
</style>