Shades of Bright Turquoise #13FEDB
Tints of Bright Turquoise #13FEDB
RGB
CMYK
RGB Variations
Color information
#13FEDB (or 0x13FEDB) is known color: Bright Turquoise. HEX triplet: 13, FE and DB. RGB value is (19,254,219). Sum of RGB (Red+Green+Blue) = 19+254+219=492 (65% of max value = 765). Red value is 19 (7.81% from 255 or 3.86% from 492); Green value is 254 (99.61% from 255 or 51.63% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 254 - color contains mainly: green. Hex color #13FEDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FEDB is #EC0124. Grayscale: #B3B3B3. Windows color (decimal): -15466789 or 14417427. OLE color: 14417427.
HSL color Cylindrical-coordinate representation of color #13FEDB: hue angle of 171.06º 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 #13FEDB is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 254 | 219 | - |
| CMYK | 0.93 | 0 | 0.14 | 0.00 |
| HSL | 171.06º | 0.99% | 0.54% | - |
| HSV(B) | 171.06º | 0.93% | 1% | - |
| XYZ | 48.5 | 76.14 | 79.16 | - |
| YUV | 179.75 | 150.14 | 13.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 254 | 219 | 0.93 | 0 | 0.14 | 0.00 | 171.06 | 0.99 | 0.54 |
| Hex | 13 | FE | DB | 5D | 0 | E | 0 | AB | 63 | 36 |
| Octal | 23 | 376 | 333 | 135 | 0 | 16 | 0 | 253 | 143 | 66 |
| Binary | 10011 | 11111110 | 11011011 | 1011101 | 0 | 1110 | 0 | 10101011 | 1100011 | 110110 |
Color Harmonies of #13FEDB
Complementary color
Monochromatic Colors of #13FEDB
Black with #13FEDB
Text Example
Text Example
White with #13FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FEDB; }
p { color: rgb(19,254,219); }
H1.HeaderClassName
{
color: #13FEDB;
}
.AnyTagClassName
{
color: #13FEDB;
}
</style>
background-color css
<style>
a { background-color: #13FEDB; }
a { background-color: rgb(19,254,219); }
div.DivClassName
{
background-color: #13FEDB;
}
.BgClassName
{
background-color: #13FEDB;
}
</style>
border-color css
<style>
span { border-color: #13FEDB; }
span { border-color: rgb(19,254,219); }
td.TdClassName
{
border-color: #13FEDB;
}
.TagClassName
{
border-color: #13FEDB;
}
</style>