Shades of Bright Turquoise #13FEC1
Tints of Bright Turquoise #13FEC1
RGB
CMYK
RGB Variations
Color information
#13FEC1 (or 0x13FEC1) is known color: Bright Turquoise. HEX triplet: 13, FE and C1. RGB value is (19,254,193). Sum of RGB (Red+Green+Blue) = 19+254+193=466 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.08% from 466); Green value is 254 (99.61% from 255 or 54.51% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 254 - color contains mainly: green. Hex color #13FEC1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FEC1 is #EC013E. Grayscale: #B0B0B0. Windows color (decimal): -15466815 or 12713491. OLE color: 12713491.
HSL color Cylindrical-coordinate representation of color #13FEC1: hue angle of 164.43º 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 #13FEC1 is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 254 | 193 | - |
| CMYK | 0.93 | 0 | 0.24 | 0.00 |
| HSL | 164.43º | 0.99% | 0.54% | - |
| HSV(B) | 164.43º | 0.93% | 1% | - |
| XYZ | 45.34 | 74.87 | 62.51 | - |
| YUV | 176.78 | 137.14 | 15.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 254 | 193 | 0.93 | 0 | 0.24 | 0.00 | 164.43 | 0.99 | 0.54 |
| Hex | 13 | FE | C1 | 5D | 0 | 18 | 0 | A4 | 63 | 36 |
| Octal | 23 | 376 | 301 | 135 | 0 | 30 | 0 | 244 | 143 | 66 |
| Binary | 10011 | 11111110 | 11000001 | 1011101 | 0 | 11000 | 0 | 10100100 | 1100011 | 110110 |
Color Harmonies of #13FEC1
Complementary color
Monochromatic Colors of #13FEC1
Black with #13FEC1
Text Example
Text Example
White with #13FEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FEC1; }
p { color: rgb(19,254,193); }
H1.HeaderClassName
{
color: #13FEC1;
}
.AnyTagClassName
{
color: #13FEC1;
}
</style>
background-color css
<style>
a { background-color: #13FEC1; }
a { background-color: rgb(19,254,193); }
div.DivClassName
{
background-color: #13FEC1;
}
.BgClassName
{
background-color: #13FEC1;
}
</style>
border-color css
<style>
span { border-color: #13FEC1; }
span { border-color: rgb(19,254,193); }
td.TdClassName
{
border-color: #13FEC1;
}
.TagClassName
{
border-color: #13FEC1;
}
</style>