Shades of Bright Turquoise #13FED0
Tints of Bright Turquoise #13FED0
RGB
CMYK
RGB Variations
Color information
#13FED0 (or 0x13FED0) is known color: Bright Turquoise. HEX triplet: 13, FE and D0. RGB value is (19,254,208). Sum of RGB (Red+Green+Blue) = 19+254+208=481 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.95% from 481); Green value is 254 (99.61% from 255 or 52.81% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 254 - color contains mainly: green. Hex color #13FED0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FED0 is #EC012F. Grayscale: #B2B2B2. Windows color (decimal): -15466800 or 13696531. OLE color: 13696531.
HSL color Cylindrical-coordinate representation of color #13FED0: hue angle of 168.26º 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 #13FED0 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 254 | 208 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.00 |
| HSL | 168.26º | 0.99% | 0.54% | - |
| HSV(B) | 168.26º | 0.93% | 1% | - |
| XYZ | 47.1 | 75.58 | 71.78 | - |
| YUV | 178.49 | 144.64 | 14.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 254 | 208 | 0.93 | 0 | 0.18 | 0.00 | 168.26 | 0.99 | 0.54 |
| Hex | 13 | FE | D0 | 5D | 0 | 12 | 0 | A8 | 63 | 36 |
| Octal | 23 | 376 | 320 | 135 | 0 | 22 | 0 | 250 | 143 | 66 |
| Binary | 10011 | 11111110 | 11010000 | 1011101 | 0 | 10010 | 0 | 10101000 | 1100011 | 110110 |
Color Harmonies of #13FED0
Complementary color
Monochromatic Colors of #13FED0
Black with #13FED0
Text Example
Text Example
White with #13FED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FED0; }
p { color: rgb(19,254,208); }
H1.HeaderClassName
{
color: #13FED0;
}
.AnyTagClassName
{
color: #13FED0;
}
</style>
background-color css
<style>
a { background-color: #13FED0; }
a { background-color: rgb(19,254,208); }
div.DivClassName
{
background-color: #13FED0;
}
.BgClassName
{
background-color: #13FED0;
}
</style>
border-color css
<style>
span { border-color: #13FED0; }
span { border-color: rgb(19,254,208); }
td.TdClassName
{
border-color: #13FED0;
}
.TagClassName
{
border-color: #13FED0;
}
</style>