Shades of Turquoise Blue #63DFD5
Tints of Turquoise Blue #63DFD5
RGB
CMYK
RGB Variations
Color information
#63DFD5 (or 0x63DFD5) is known color: Turquoise Blue. HEX triplet: 63, DF and D5. RGB value is (99,223,213). Sum of RGB (Red+Green+Blue) = 99+223+213=535 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.50% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #63DFD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DFD5 is #9C202A. Grayscale: #B8B8B8. Windows color (decimal): -10231851 or 14016355. OLE color: 14016355.
HSL color Cylindrical-coordinate representation of color #63DFD5: hue angle of 175.16º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63DFD5 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 223 | 213 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.13 |
| HSL | 175.16º | 0.66% | 0.63% | - |
| HSV(B) | 175.16º | 0.56% | 0.87% | - |
| XYZ | 43.54 | 60.23 | 72.28 | - |
| YUV | 184.78 | 143.92 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 223 | 213 | 0.56 | 0 | 0.04 | 0.13 | 175.16 | 0.66 | 0.63 |
| Hex | 63 | DF | D5 | 38 | 0 | 4 | D | AF | 42 | 3F |
| Octal | 143 | 337 | 325 | 70 | 0 | 4 | 15 | 257 | 102 | 77 |
| Binary | 1100011 | 11011111 | 11010101 | 111000 | 0 | 100 | 1101 | 10101111 | 1000010 | 111111 |
Color Harmonies of #63DFD5
Complementary color
Monochromatic Colors of #63DFD5
Black with #63DFD5
Text Example
Text Example
White with #63DFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63DFD5; }
p { color: rgb(99,223,213); }
H1.HeaderClassName
{
color: #63DFD5;
}
.AnyTagClassName
{
color: #63DFD5;
}
</style>
background-color css
<style>
a { background-color: #63DFD5; }
a { background-color: rgb(99,223,213); }
div.DivClassName
{
background-color: #63DFD5;
}
.BgClassName
{
background-color: #63DFD5;
}
</style>
border-color css
<style>
span { border-color: #63DFD5; }
span { border-color: rgb(99,223,213); }
td.TdClassName
{
border-color: #63DFD5;
}
.TagClassName
{
border-color: #63DFD5;
}
</style>