Shades of Bright Turquoise #13FEE9
Tints of Bright Turquoise #13FEE9
RGB
CMYK
RGB Variations
Color information
#13FEE9 (or 0x13FEE9) is known color: Bright Turquoise. HEX triplet: 13, FE and E9. RGB value is (19,254,233). Sum of RGB (Red+Green+Blue) = 19+254+233=506 (67% of max value = 765). Red value is 19 (7.81% from 255 or 3.75% from 506); Green value is 254 (99.61% from 255 or 50.20% from 506); Blue value is 233 (91.41% from 255 or 46.05% from 506); Max value from RGB is 254 - color contains mainly: green. Hex color #13FEE9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13FEE9 is #EC0116. Grayscale: #B5B5B5. Windows color (decimal): -15466775 or 15334931. OLE color: 15334931.
HSL color Cylindrical-coordinate representation of color #13FEE9: hue angle of 174.64º 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 #13FEE9 is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 254 | 233 | - |
| CMYK | 0.93 | 0 | 0.08 | 0.00 |
| HSL | 174.64º | 0.99% | 0.54% | - |
| HSV(B) | 174.64º | 0.93% | 1% | - |
| XYZ | 50.42 | 76.91 | 89.28 | - |
| YUV | 181.34 | 157.14 | 12.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 254 | 233 | 0.93 | 0 | 0.08 | 0.00 | 174.64 | 0.99 | 0.54 |
| Hex | 13 | FE | E9 | 5D | 0 | 8 | 0 | AF | 63 | 36 |
| Octal | 23 | 376 | 351 | 135 | 0 | 10 | 0 | 257 | 143 | 66 |
| Binary | 10011 | 11111110 | 11101001 | 1011101 | 0 | 1000 | 0 | 10101111 | 1100011 | 110110 |
Color Harmonies of #13FEE9
Complementary color
Monochromatic Colors of #13FEE9
Black with #13FEE9
Text Example
Text Example
White with #13FEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FEE9; }
p { color: rgb(19,254,233); }
H1.HeaderClassName
{
color: #13FEE9;
}
.AnyTagClassName
{
color: #13FEE9;
}
</style>
background-color css
<style>
a { background-color: #13FEE9; }
a { background-color: rgb(19,254,233); }
div.DivClassName
{
background-color: #13FEE9;
}
.BgClassName
{
background-color: #13FEE9;
}
</style>
border-color css
<style>
span { border-color: #13FEE9; }
span { border-color: rgb(19,254,233); }
td.TdClassName
{
border-color: #13FEE9;
}
.TagClassName
{
border-color: #13FEE9;
}
</style>