Shades of Turquoise Blue #63ECED
Tints of Turquoise Blue #63ECED
RGB
CMYK
RGB Variations
Color information
#63ECED (or 0x63ECED) is known color: Turquoise Blue. HEX triplet: 63, EC and ED. RGB value is (99,236,237). Sum of RGB (Red+Green+Blue) = 99+236+237=572 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.31% from 572); Green value is 236 (92.58% from 255 or 41.26% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #63ECED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63ECED is #9C1312. Grayscale: #C3C3C3. Windows color (decimal): -10228499 or 15592547. OLE color: 15592547.
HSL color Cylindrical-coordinate representation of color #63ECED: hue angle of 180.43º degrees, saturation: 0.79, 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 #63ECED is Cyan = 0.58, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 236 | 237 | - |
| CMYK | 0.58 | 0.00 | 0 | 0.07 |
| HSL | 180.43º | 0.79% | 0.66% | - |
| HSV(B) | 180.43º | 0.58% | 0.93% | - |
| XYZ | 50.43 | 68.76 | 90.73 | - |
| YUV | 195.15 | 151.61 | 59.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 236 | 237 | 0.58 | 0.00 | 0 | 0.07 | 180.43 | 0.79 | 0.66 |
| Hex | 63 | EC | ED | 3A | 0 | 0 | 7 | B4 | 4F | 42 |
| Octal | 143 | 354 | 355 | 72 | 0 | 0 | 7 | 264 | 117 | 102 |
| Binary | 1100011 | 11101100 | 11101101 | 111010 | 0 | 0 | 111 | 10110100 | 1001111 | 1000010 |
Color Harmonies of #63ECED
Complementary color
Monochromatic Colors of #63ECED
Black with #63ECED
Text Example
Text Example
White with #63ECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ECED; }
p { color: rgb(99,236,237); }
H1.HeaderClassName
{
color: #63ECED;
}
.AnyTagClassName
{
color: #63ECED;
}
</style>
background-color css
<style>
a { background-color: #63ECED; }
a { background-color: rgb(99,236,237); }
div.DivClassName
{
background-color: #63ECED;
}
.BgClassName
{
background-color: #63ECED;
}
</style>
border-color css
<style>
span { border-color: #63ECED; }
span { border-color: rgb(99,236,237); }
td.TdClassName
{
border-color: #63ECED;
}
.TagClassName
{
border-color: #63ECED;
}
</style>