Shades of Bright Turquoise #13F1E5
Tints of Bright Turquoise #13F1E5
RGB
CMYK
RGB Variations
Color information
#13F1E5 (or 0x13F1E5) is known color: Bright Turquoise. HEX triplet: 13, F1 and E5. RGB value is (19,241,229). Sum of RGB (Red+Green+Blue) = 19+241+229=489 (64% of max value = 765). Red value is 19 (7.81% from 255 or 3.89% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 229 (89.84% from 255 or 46.83% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #13F1E5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13F1E5 is #EC0E1A. Grayscale: #ADADAD. Windows color (decimal): -15470107 or 15069459. OLE color: 15069459.
HSL color Cylindrical-coordinate representation of color #13F1E5: hue angle of 176.76º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F1E5 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 241 | 229 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.05 |
| HSL | 176.76º | 0.89% | 0.51% | - |
| HSV(B) | 176.76º | 0.92% | 0.95% | - |
| XYZ | 45.87 | 68.71 | 84.97 | - |
| YUV | 173.25 | 159.45 | 17.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 241 | 229 | 0.92 | 0 | 0.05 | 0.05 | 176.76 | 0.89 | 0.51 |
| Hex | 13 | F1 | E5 | 5C | 0 | 5 | 5 | B1 | 59 | 33 |
| Octal | 23 | 361 | 345 | 134 | 0 | 5 | 5 | 261 | 131 | 63 |
| Binary | 10011 | 11110001 | 11100101 | 1011100 | 0 | 101 | 101 | 10110001 | 1011001 | 110011 |
Color Harmonies of #13F1E5
Complementary color
Monochromatic Colors of #13F1E5
Black with #13F1E5
Text Example
Text Example
White with #13F1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F1E5; }
p { color: rgb(19,241,229); }
H1.HeaderClassName
{
color: #13F1E5;
}
.AnyTagClassName
{
color: #13F1E5;
}
</style>
background-color css
<style>
a { background-color: #13F1E5; }
a { background-color: rgb(19,241,229); }
div.DivClassName
{
background-color: #13F1E5;
}
.BgClassName
{
background-color: #13F1E5;
}
</style>
border-color css
<style>
span { border-color: #13F1E5; }
span { border-color: rgb(19,241,229); }
td.TdClassName
{
border-color: #13F1E5;
}
.TagClassName
{
border-color: #13F1E5;
}
</style>