Shades of Bright Turquoise #13FEDA
Tints of Bright Turquoise #13FEDA
RGB
CMYK
RGB Variations
Color information
#13FEDA (or 0x13FEDA) is known color: Bright Turquoise. HEX triplet: 13, FE and DA. RGB value is (19,254,218). Sum of RGB (Red+Green+Blue) = 19+254+218=491 (65% of max value = 765). Red value is 19 (7.81% from 255 or 3.87% from 491); Green value is 254 (99.61% from 255 or 51.73% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 254 - color contains mainly: green. Hex color #13FEDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FEDA is #EC0125. Grayscale: #B3B3B3. Windows color (decimal): -15466790 or 14351891. OLE color: 14351891.
HSL color Cylindrical-coordinate representation of color #13FEDA: hue angle of 170.81º 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 #13FEDA is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 254 | 218 | - |
| CMYK | 0.93 | 0 | 0.14 | 0.00 |
| HSL | 170.81º | 0.99% | 0.54% | - |
| HSV(B) | 170.81º | 0.93% | 1% | - |
| XYZ | 48.37 | 76.08 | 78.47 | - |
| YUV | 179.63 | 149.64 | 13.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 254 | 218 | 0.93 | 0 | 0.14 | 0.00 | 170.81 | 0.99 | 0.54 |
| Hex | 13 | FE | DA | 5D | 0 | E | 0 | AB | 63 | 36 |
| Octal | 23 | 376 | 332 | 135 | 0 | 16 | 0 | 253 | 143 | 66 |
| Binary | 10011 | 11111110 | 11011010 | 1011101 | 0 | 1110 | 0 | 10101011 | 1100011 | 110110 |
Color Harmonies of #13FEDA
Complementary color
Monochromatic Colors of #13FEDA
Black with #13FEDA
Text Example
Text Example
White with #13FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FEDA; }
p { color: rgb(19,254,218); }
H1.HeaderClassName
{
color: #13FEDA;
}
.AnyTagClassName
{
color: #13FEDA;
}
</style>
background-color css
<style>
a { background-color: #13FEDA; }
a { background-color: rgb(19,254,218); }
div.DivClassName
{
background-color: #13FEDA;
}
.BgClassName
{
background-color: #13FEDA;
}
</style>
border-color css
<style>
span { border-color: #13FEDA; }
span { border-color: rgb(19,254,218); }
td.TdClassName
{
border-color: #13FEDA;
}
.TagClassName
{
border-color: #13FEDA;
}
</style>