Shades of Turquoise Blue #63D1DC
Tints of Turquoise Blue #63D1DC
RGB
CMYK
RGB Variations
Color information
#63D1DC (or 0x63D1DC) is known color: Turquoise Blue. HEX triplet: 63, D1 and DC. RGB value is (99,209,220). Sum of RGB (Red+Green+Blue) = 99+209+220=528 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.75% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #63D1DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D1DC is #9C2E23. Grayscale: #B1B1B1. Windows color (decimal): -10235428 or 14471523. OLE color: 14471523.
HSL color Cylindrical-coordinate representation of color #63D1DC: hue angle of 185.45º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63D1DC is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 209 | 220 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.14 |
| HSL | 185.45º | 0.63% | 0.63% | - |
| HSV(B) | 185.45º | 0.55% | 0.86% | - |
| XYZ | 40.86 | 53.42 | 75.87 | - |
| YUV | 177.36 | 152.06 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 209 | 220 | 0.55 | 0.05 | 0 | 0.14 | 185.45 | 0.63 | 0.63 |
| Hex | 63 | D1 | DC | 37 | 5 | 0 | E | B9 | 3F | 3F |
| Octal | 143 | 321 | 334 | 67 | 5 | 0 | 16 | 271 | 77 | 77 |
| Binary | 1100011 | 11010001 | 11011100 | 110111 | 101 | 0 | 1110 | 10111001 | 111111 | 111111 |
Color Harmonies of #63D1DC
Complementary color
Monochromatic Colors of #63D1DC
Black with #63D1DC
Text Example
Text Example
White with #63D1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D1DC; }
p { color: rgb(99,209,220); }
H1.HeaderClassName
{
color: #63D1DC;
}
.AnyTagClassName
{
color: #63D1DC;
}
</style>
background-color css
<style>
a { background-color: #63D1DC; }
a { background-color: rgb(99,209,220); }
div.DivClassName
{
background-color: #63D1DC;
}
.BgClassName
{
background-color: #63D1DC;
}
</style>
border-color css
<style>
span { border-color: #63D1DC; }
span { border-color: rgb(99,209,220); }
td.TdClassName
{
border-color: #63D1DC;
}
.TagClassName
{
border-color: #63D1DC;
}
</style>