Shades of Turquoise Blue #63E3D6
Tints of Turquoise Blue #63E3D6
RGB
CMYK
RGB Variations
Color information
#63E3D6 (or 0x63E3D6) is known color: Turquoise Blue. HEX triplet: 63, E3 and D6. RGB value is (99,227,214). Sum of RGB (Red+Green+Blue) = 99+227+214=540 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.33% from 540); Green value is 227 (89.06% from 255 or 42.04% from 540); Blue value is 214 (83.98% from 255 or 39.63% from 540); Max value from RGB is 227 - color contains mainly: green. Hex color #63E3D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63E3D6 is #9C1C29. Grayscale: #BBBBBB. Windows color (decimal): -10230826 or 14082915. OLE color: 14082915.
HSL color Cylindrical-coordinate representation of color #63E3D6: hue angle of 173.91º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63E3D6 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 99 | 227 | 214 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.11 |
| HSL | 173.91º | 0.7% | 0.64% | - |
| HSV(B) | 173.91º | 0.56% | 0.89% | - |
| XYZ | 44.75 | 62.45 | 73.31 | - |
| YUV | 187.25 | 143.09 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 227 | 214 | 0.56 | 0 | 0.06 | 0.11 | 173.91 | 0.7 | 0.64 |
| Hex | 63 | E3 | D6 | 38 | 0 | 6 | B | AE | 46 | 40 |
| Octal | 143 | 343 | 326 | 70 | 0 | 6 | 13 | 256 | 106 | 100 |
| Binary | 1100011 | 11100011 | 11010110 | 111000 | 0 | 110 | 1011 | 10101110 | 1000110 | 1000000 |
Color Harmonies of #63E3D6
Complementary color
Monochromatic Colors of #63E3D6
Black with #63E3D6
Text Example
Text Example
White with #63E3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63E3D6; }
p { color: rgb(99,227,214); }
H1.HeaderClassName
{
color: #63E3D6;
}
.AnyTagClassName
{
color: #63E3D6;
}
</style>
background-color css
<style>
a { background-color: #63E3D6; }
a { background-color: rgb(99,227,214); }
div.DivClassName
{
background-color: #63E3D6;
}
.BgClassName
{
background-color: #63E3D6;
}
</style>
border-color css
<style>
span { border-color: #63E3D6; }
span { border-color: rgb(99,227,214); }
td.TdClassName
{
border-color: #63E3D6;
}
.TagClassName
{
border-color: #63E3D6;
}
</style>