Shades of Bright Turquoise #13FFE5
Tints of Bright Turquoise #13FFE5
RGB
CMYK
RGB Variations
Color information
#13FFE5 (or 0x13FFE5) is known color: Bright Turquoise. HEX triplet: 13, FF and E5. RGB value is (19,255,229). Sum of RGB (Red+Green+Blue) = 19+255+229=503 (66% of max value = 765). Red value is 19 (7.81% from 255 or 3.78% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #13FFE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FFE5 is #EC001A. Grayscale: #B5B5B5. Windows color (decimal): -15466523 or 15073043. OLE color: 15073043.
HSL color Cylindrical-coordinate representation of color #13FFE5: hue angle of 173.39º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13FFE5 is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 255 | 229 | - |
| CMYK | 0.93 | 0 | 0.10 | 0 |
| HSL | 173.39º | 1% | 0.54% | - |
| HSV(B) | 173.39º | 0.93% | 1% | - |
| XYZ | 50.17 | 77.32 | 86.41 | - |
| YUV | 181.47 | 154.81 | 12.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 255 | 229 | 0.93 | 0 | 0.10 | 0 | 173.39 | 1 | 0.54 |
| Hex | 13 | FF | E5 | 5D | 0 | A | 0 | AD | 64 | 36 |
| Octal | 23 | 377 | 345 | 135 | 0 | 12 | 0 | 255 | 144 | 66 |
| Binary | 10011 | 11111111 | 11100101 | 1011101 | 0 | 1010 | 0 | 10101101 | 1100100 | 110110 |
Color Harmonies of #13FFE5
Complementary color
Monochromatic Colors of #13FFE5
Black with #13FFE5
Text Example
Text Example
White with #13FFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FFE5; }
p { color: rgb(19,255,229); }
H1.HeaderClassName
{
color: #13FFE5;
}
.AnyTagClassName
{
color: #13FFE5;
}
</style>
background-color css
<style>
a { background-color: #13FFE5; }
a { background-color: rgb(19,255,229); }
div.DivClassName
{
background-color: #13FFE5;
}
.BgClassName
{
background-color: #13FFE5;
}
</style>
border-color css
<style>
span { border-color: #13FFE5; }
span { border-color: rgb(19,255,229); }
td.TdClassName
{
border-color: #13FFE5;
}
.TagClassName
{
border-color: #13FFE5;
}
</style>