Shades of Turquoise Blue #63DEDB
Tints of Turquoise Blue #63DEDB
RGB
CMYK
RGB Variations
Color information
#63DEDB (or 0x63DEDB) is known color: Turquoise Blue. HEX triplet: 63, DE and DB. RGB value is (99,222,219). Sum of RGB (Red+Green+Blue) = 99+222+219=540 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.33% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 222 - color contains mainly: green. Hex color #63DEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DEDB is #9C2124. Grayscale: #B8B8B8. Windows color (decimal): -10232101 or 14409315. OLE color: 14409315.
HSL color Cylindrical-coordinate representation of color #63DEDB: hue angle of 178.54º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DEDB is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 222 | 219 | - |
| CMYK | 0.55 | 0 | 0.01 | 0.13 |
| HSL | 178.54º | 0.65% | 0.63% | - |
| HSV(B) | 178.54º | 0.55% | 0.87% | - |
| XYZ | 44.05 | 60.01 | 76.28 | - |
| YUV | 184.88 | 147.25 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 222 | 219 | 0.55 | 0 | 0.01 | 0.13 | 178.54 | 0.65 | 0.63 |
| Hex | 63 | DE | DB | 37 | 0 | 1 | D | B3 | 41 | 3F |
| Octal | 143 | 336 | 333 | 67 | 0 | 1 | 15 | 263 | 101 | 77 |
| Binary | 1100011 | 11011110 | 11011011 | 110111 | 0 | 1 | 1101 | 10110011 | 1000001 | 111111 |
Color Harmonies of #63DEDB
Complementary color
Monochromatic Colors of #63DEDB
Black with #63DEDB
Text Example
Text Example
White with #63DEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DEDB; }
p { color: rgb(99,222,219); }
H1.HeaderClassName
{
color: #63DEDB;
}
.AnyTagClassName
{
color: #63DEDB;
}
</style>
background-color css
<style>
a { background-color: #63DEDB; }
a { background-color: rgb(99,222,219); }
div.DivClassName
{
background-color: #63DEDB;
}
.BgClassName
{
background-color: #63DEDB;
}
</style>
border-color css
<style>
span { border-color: #63DEDB; }
span { border-color: rgb(99,222,219); }
td.TdClassName
{
border-color: #63DEDB;
}
.TagClassName
{
border-color: #63DEDB;
}
</style>