Shades of Bright Turquoise #15F1E5
Tints of Bright Turquoise #15F1E5
RGB
CMYK
RGB Variations
Color information
#15F1E5 (or 0x15F1E5) is known color: Bright Turquoise. HEX triplet: 15, F1 and E5. RGB value is (21,241,229). Sum of RGB (Red+Green+Blue) = 21+241+229=491 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.28% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 229 (89.84% from 255 or 46.64% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #15F1E5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15F1E5 is #EA0E1A. Grayscale: #ADADAD. Windows color (decimal): -15339035 or 15069461. OLE color: 15069461.
HSL color Cylindrical-coordinate representation of color #15F1E5: hue angle of 176.73º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15F1E5 is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 241 | 229 | - |
| CMYK | 0.91 | 0 | 0.05 | 0.05 |
| HSL | 176.73º | 0.89% | 0.51% | - |
| HSV(B) | 176.73º | 0.91% | 0.95% | - |
| XYZ | 45.91 | 68.73 | 84.97 | - |
| YUV | 173.85 | 159.11 | 18.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 241 | 229 | 0.91 | 0 | 0.05 | 0.05 | 176.73 | 0.89 | 0.51 |
| Hex | 15 | F1 | E5 | 5B | 0 | 5 | 5 | B1 | 59 | 33 |
| Octal | 25 | 361 | 345 | 133 | 0 | 5 | 5 | 261 | 131 | 63 |
| Binary | 10101 | 11110001 | 11100101 | 1011011 | 0 | 101 | 101 | 10110001 | 1011001 | 110011 |
Color Harmonies of #15F1E5
Complementary color
Monochromatic Colors of #15F1E5
Black with #15F1E5
Text Example
Text Example
White with #15F1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F1E5; }
p { color: rgb(21,241,229); }
H1.HeaderClassName
{
color: #15F1E5;
}
.AnyTagClassName
{
color: #15F1E5;
}
</style>
background-color css
<style>
a { background-color: #15F1E5; }
a { background-color: rgb(21,241,229); }
div.DivClassName
{
background-color: #15F1E5;
}
.BgClassName
{
background-color: #15F1E5;
}
</style>
border-color css
<style>
span { border-color: #15F1E5; }
span { border-color: rgb(21,241,229); }
td.TdClassName
{
border-color: #15F1E5;
}
.TagClassName
{
border-color: #15F1E5;
}
</style>