Shades of Turquoise Blue #63CDDB
Tints of Turquoise Blue #63CDDB
RGB
CMYK
RGB Variations
Color information
#63CDDB (or 0x63CDDB) is known color: Turquoise Blue. HEX triplet: 63, CD and DB. RGB value is (99,205,219). Sum of RGB (Red+Green+Blue) = 99+205+219=523 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.93% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #63CDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CDDB is #9C3224. Grayscale: #AEAEAE. Windows color (decimal): -10236453 or 14404963. OLE color: 14404963.
HSL color Cylindrical-coordinate representation of color #63CDDB: hue angle of 187º 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 #63CDDB is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 205 | 219 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.14 |
| HSL | 187º | 0.63% | 0.62% | - |
| HSV(B) | 187º | 0.55% | 0.86% | - |
| XYZ | 39.76 | 51.43 | 74.85 | - |
| YUV | 174.9 | 152.88 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 205 | 219 | 0.55 | 0.06 | 0 | 0.14 | 187 | 0.63 | 0.62 |
| Hex | 63 | CD | DB | 37 | 6 | 0 | E | BB | 3E | 3E |
| Octal | 143 | 315 | 333 | 67 | 6 | 0 | 16 | 273 | 76 | 76 |
| Binary | 1100011 | 11001101 | 11011011 | 110111 | 110 | 0 | 1110 | 10111011 | 111110 | 111110 |
Color Harmonies of #63CDDB
Complementary color
Monochromatic Colors of #63CDDB
Black with #63CDDB
Text Example
Text Example
White with #63CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CDDB; }
p { color: rgb(99,205,219); }
H1.HeaderClassName
{
color: #63CDDB;
}
.AnyTagClassName
{
color: #63CDDB;
}
</style>
background-color css
<style>
a { background-color: #63CDDB; }
a { background-color: rgb(99,205,219); }
div.DivClassName
{
background-color: #63CDDB;
}
.BgClassName
{
background-color: #63CDDB;
}
</style>
border-color css
<style>
span { border-color: #63CDDB; }
span { border-color: rgb(99,205,219); }
td.TdClassName
{
border-color: #63CDDB;
}
.TagClassName
{
border-color: #63CDDB;
}
</style>