Shades of Bright Turquoise #13FECE
Tints of Bright Turquoise #13FECE
RGB
CMYK
RGB Variations
Color information
#13FECE (or 0x13FECE) is known color: Bright Turquoise. HEX triplet: 13, FE and CE. RGB value is (19,254,206). Sum of RGB (Red+Green+Blue) = 19+254+206=479 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.97% from 479); Green value is 254 (99.61% from 255 or 53.03% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 254 - color contains mainly: green. Hex color #13FECE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FECE is #EC0131. Grayscale: #B2B2B2. Windows color (decimal): -15466802 or 13565459. OLE color: 13565459.
HSL color Cylindrical-coordinate representation of color #13FECE: hue angle of 167.74º 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 #13FECE is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 254 | 206 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.00 |
| HSL | 167.74º | 0.99% | 0.54% | - |
| HSV(B) | 167.74º | 0.93% | 1% | - |
| XYZ | 46.85 | 75.48 | 70.49 | - |
| YUV | 178.26 | 143.64 | 14.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 254 | 206 | 0.93 | 0 | 0.19 | 0.00 | 167.74 | 0.99 | 0.54 |
| Hex | 13 | FE | CE | 5D | 0 | 13 | 0 | A8 | 63 | 36 |
| Octal | 23 | 376 | 316 | 135 | 0 | 23 | 0 | 250 | 143 | 66 |
| Binary | 10011 | 11111110 | 11001110 | 1011101 | 0 | 10011 | 0 | 10101000 | 1100011 | 110110 |
Color Harmonies of #13FECE
Complementary color
Monochromatic Colors of #13FECE
Black with #13FECE
Text Example
Text Example
White with #13FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FECE; }
p { color: rgb(19,254,206); }
H1.HeaderClassName
{
color: #13FECE;
}
.AnyTagClassName
{
color: #13FECE;
}
</style>
background-color css
<style>
a { background-color: #13FECE; }
a { background-color: rgb(19,254,206); }
div.DivClassName
{
background-color: #13FECE;
}
.BgClassName
{
background-color: #13FECE;
}
</style>
border-color css
<style>
span { border-color: #13FECE; }
span { border-color: rgb(19,254,206); }
td.TdClassName
{
border-color: #13FECE;
}
.TagClassName
{
border-color: #13FECE;
}
</style>