Shades of Bright Turquoise #13FED1
Tints of Bright Turquoise #13FED1
RGB
CMYK
RGB Variations
Color information
#13FED1 (or 0x13FED1) is known color: Bright Turquoise. HEX triplet: 13, FE and D1. RGB value is (19,254,209). Sum of RGB (Red+Green+Blue) = 19+254+209=482 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.94% from 482); Green value is 254 (99.61% from 255 or 52.70% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 254 - color contains mainly: green. Hex color #13FED1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FED1 is #EC012E. Grayscale: #B2B2B2. Windows color (decimal): -15466799 or 13762067. OLE color: 13762067.
HSL color Cylindrical-coordinate representation of color #13FED1: hue angle of 168.51º 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 #13FED1 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 254 | 209 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.00 |
| HSL | 168.51º | 0.99% | 0.54% | - |
| HSV(B) | 168.51º | 0.93% | 1% | - |
| XYZ | 47.22 | 75.63 | 72.43 | - |
| YUV | 178.61 | 145.14 | 14.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 254 | 209 | 0.93 | 0 | 0.18 | 0.00 | 168.51 | 0.99 | 0.54 |
| Hex | 13 | FE | D1 | 5D | 0 | 12 | 0 | A9 | 63 | 36 |
| Octal | 23 | 376 | 321 | 135 | 0 | 22 | 0 | 251 | 143 | 66 |
| Binary | 10011 | 11111110 | 11010001 | 1011101 | 0 | 10010 | 0 | 10101001 | 1100011 | 110110 |
Color Harmonies of #13FED1
Complementary color
Monochromatic Colors of #13FED1
Black with #13FED1
Text Example
Text Example
White with #13FED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FED1; }
p { color: rgb(19,254,209); }
H1.HeaderClassName
{
color: #13FED1;
}
.AnyTagClassName
{
color: #13FED1;
}
</style>
background-color css
<style>
a { background-color: #13FED1; }
a { background-color: rgb(19,254,209); }
div.DivClassName
{
background-color: #13FED1;
}
.BgClassName
{
background-color: #13FED1;
}
</style>
border-color css
<style>
span { border-color: #13FED1; }
span { border-color: rgb(19,254,209); }
td.TdClassName
{
border-color: #13FED1;
}
.TagClassName
{
border-color: #13FED1;
}
</style>