Shades of Turquoise Blue #63ECDF
Tints of Turquoise Blue #63ECDF
RGB
CMYK
RGB Variations
Color information
#63ECDF (or 0x63ECDF) is known color: Turquoise Blue. HEX triplet: 63, EC and DF. RGB value is (99,236,223). Sum of RGB (Red+Green+Blue) = 99+236+223=558 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.74% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #63ECDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63ECDF is #9C1320. Grayscale: #C1C1C1. Windows color (decimal): -10228513 or 14675043. OLE color: 14675043.
HSL color Cylindrical-coordinate representation of color #63ECDF: hue angle of 174.31º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63ECDF is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 236 | 223 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.07 |
| HSL | 174.31º | 0.78% | 0.66% | - |
| HSV(B) | 174.31º | 0.58% | 0.93% | - |
| XYZ | 48.46 | 67.97 | 80.38 | - |
| YUV | 193.56 | 144.61 | 60.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 236 | 223 | 0.58 | 0 | 0.06 | 0.07 | 174.31 | 0.78 | 0.66 |
| Hex | 63 | EC | DF | 3A | 0 | 6 | 7 | AE | 4E | 42 |
| Octal | 143 | 354 | 337 | 72 | 0 | 6 | 7 | 256 | 116 | 102 |
| Binary | 1100011 | 11101100 | 11011111 | 111010 | 0 | 110 | 111 | 10101110 | 1001110 | 1000010 |
Color Harmonies of #63ECDF
Complementary color
Monochromatic Colors of #63ECDF
Black with #63ECDF
Text Example
Text Example
White with #63ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ECDF; }
p { color: rgb(99,236,223); }
H1.HeaderClassName
{
color: #63ECDF;
}
.AnyTagClassName
{
color: #63ECDF;
}
</style>
background-color css
<style>
a { background-color: #63ECDF; }
a { background-color: rgb(99,236,223); }
div.DivClassName
{
background-color: #63ECDF;
}
.BgClassName
{
background-color: #63ECDF;
}
</style>
border-color css
<style>
span { border-color: #63ECDF; }
span { border-color: rgb(99,236,223); }
td.TdClassName
{
border-color: #63ECDF;
}
.TagClassName
{
border-color: #63ECDF;
}
</style>