Shades of Turquoise Blue #63D6DC
Tints of Turquoise Blue #63D6DC
RGB
CMYK
RGB Variations
Color information
#63D6DC (or 0x63D6DC) is known color: Turquoise Blue. HEX triplet: 63, D6 and DC. RGB value is (99,214,220). Sum of RGB (Red+Green+Blue) = 99+214+220=533 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.57% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #63D6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D6DC is #9C2923. Grayscale: #B4B4B4. Windows color (decimal): -10234148 or 14472803. OLE color: 14472803.
HSL color Cylindrical-coordinate representation of color #63D6DC: hue angle of 182.98º 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 #63D6DC is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 214 | 220 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.14 |
| HSL | 182.98º | 0.63% | 0.63% | - |
| HSV(B) | 182.98º | 0.55% | 0.86% | - |
| XYZ | 42.11 | 55.91 | 76.28 | - |
| YUV | 180.3 | 150.4 | 70.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 214 | 220 | 0.55 | 0.03 | 0 | 0.14 | 182.98 | 0.63 | 0.63 |
| Hex | 63 | D6 | DC | 37 | 3 | 0 | E | B7 | 3F | 3F |
| Octal | 143 | 326 | 334 | 67 | 3 | 0 | 16 | 267 | 77 | 77 |
| Binary | 1100011 | 11010110 | 11011100 | 110111 | 11 | 0 | 1110 | 10110111 | 111111 | 111111 |
Color Harmonies of #63D6DC
Complementary color
Monochromatic Colors of #63D6DC
Black with #63D6DC
Text Example
Text Example
White with #63D6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63D6DC; }
p { color: rgb(99,214,220); }
H1.HeaderClassName
{
color: #63D6DC;
}
.AnyTagClassName
{
color: #63D6DC;
}
</style>
background-color css
<style>
a { background-color: #63D6DC; }
a { background-color: rgb(99,214,220); }
div.DivClassName
{
background-color: #63D6DC;
}
.BgClassName
{
background-color: #63D6DC;
}
</style>
border-color css
<style>
span { border-color: #63D6DC; }
span { border-color: rgb(99,214,220); }
td.TdClassName
{
border-color: #63D6DC;
}
.TagClassName
{
border-color: #63D6DC;
}
</style>