Shades of Bright Turquoise #13FEDC
Tints of Bright Turquoise #13FEDC
RGB
CMYK
RGB Variations
Color information
#13FEDC (or 0x13FEDC) is known color: Bright Turquoise. HEX triplet: 13, FE and DC. RGB value is (19,254,220). Sum of RGB (Red+Green+Blue) = 19+254+220=493 (65% of max value = 765). Red value is 19 (7.81% from 255 or 3.85% from 493); Green value is 254 (99.61% from 255 or 51.52% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 254 - color contains mainly: green. Hex color #13FEDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FEDC is #EC0123. Grayscale: #B3B3B3. Windows color (decimal): -15466788 or 14482963. OLE color: 14482963.
HSL color Cylindrical-coordinate representation of color #13FEDC: hue angle of 171.32º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13FEDC is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 254 | 220 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.00 |
| HSL | 171.32º | 0.99% | 0.54% | - |
| HSV(B) | 171.32º | 0.93% | 1% | - |
| XYZ | 48.63 | 76.19 | 79.85 | - |
| YUV | 179.86 | 150.64 | 13.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 254 | 220 | 0.93 | 0 | 0.13 | 0.00 | 171.32 | 0.99 | 0.54 |
| Hex | 13 | FE | DC | 5D | 0 | D | 0 | AB | 63 | 36 |
| Octal | 23 | 376 | 334 | 135 | 0 | 15 | 0 | 253 | 143 | 66 |
| Binary | 10011 | 11111110 | 11011100 | 1011101 | 0 | 1101 | 0 | 10101011 | 1100011 | 110110 |
Color Harmonies of #13FEDC
Complementary color
Monochromatic Colors of #13FEDC
Black with #13FEDC
Text Example
Text Example
White with #13FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FEDC; }
p { color: rgb(19,254,220); }
H1.HeaderClassName
{
color: #13FEDC;
}
.AnyTagClassName
{
color: #13FEDC;
}
</style>
background-color css
<style>
a { background-color: #13FEDC; }
a { background-color: rgb(19,254,220); }
div.DivClassName
{
background-color: #13FEDC;
}
.BgClassName
{
background-color: #13FEDC;
}
</style>
border-color css
<style>
span { border-color: #13FEDC; }
span { border-color: rgb(19,254,220); }
td.TdClassName
{
border-color: #13FEDC;
}
.TagClassName
{
border-color: #13FEDC;
}
</style>