Shades of Turquoise Blue #63CDD8
Tints of Turquoise Blue #63CDD8
RGB
CMYK
RGB Variations
Color information
#63CDD8 (or 0x63CDD8) is known color: Turquoise Blue. HEX triplet: 63, CD and D8. RGB value is (99,205,216). Sum of RGB (Red+Green+Blue) = 99+205+216=520 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.04% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 216 (84.77% from 255 or 41.54% from 520); Max value from RGB is 216 - color contains mainly: blue. Hex color #63CDD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CDD8 is #9C3227. Grayscale: #AEAEAE. Windows color (decimal): -10236456 or 14208355. OLE color: 14208355.
HSL color Cylindrical-coordinate representation of color #63CDD8: hue angle of 185.64º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63CDD8 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 205 | 216 | - |
| CMYK | 0.54 | 0.05 | 0 | 0.15 |
| HSL | 185.64º | 0.6% | 0.62% | - |
| HSV(B) | 185.64º | 0.54% | 0.85% | - |
| XYZ | 39.37 | 51.27 | 72.79 | - |
| YUV | 174.56 | 151.38 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 205 | 216 | 0.54 | 0.05 | 0 | 0.15 | 185.64 | 0.6 | 0.62 |
| Hex | 63 | CD | D8 | 36 | 5 | 0 | F | BA | 3C | 3E |
| Octal | 143 | 315 | 330 | 66 | 5 | 0 | 17 | 272 | 74 | 76 |
| Binary | 1100011 | 11001101 | 11011000 | 110110 | 101 | 0 | 1111 | 10111010 | 111100 | 111110 |
Color Harmonies of #63CDD8
Complementary color
Monochromatic Colors of #63CDD8
Black with #63CDD8
Text Example
Text Example
White with #63CDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63CDD8; }
p { color: rgb(99,205,216); }
H1.HeaderClassName
{
color: #63CDD8;
}
.AnyTagClassName
{
color: #63CDD8;
}
</style>
background-color css
<style>
a { background-color: #63CDD8; }
a { background-color: rgb(99,205,216); }
div.DivClassName
{
background-color: #63CDD8;
}
.BgClassName
{
background-color: #63CDD8;
}
</style>
border-color css
<style>
span { border-color: #63CDD8; }
span { border-color: rgb(99,205,216); }
td.TdClassName
{
border-color: #63CDD8;
}
.TagClassName
{
border-color: #63CDD8;
}
</style>