Shades of Bright Turquoise #15F1E7
Tints of Bright Turquoise #15F1E7
RGB
CMYK
RGB Variations
Color information
#15F1E7 (or 0x15F1E7) is known color: Bright Turquoise. HEX triplet: 15, F1 and E7. RGB value is (21,241,231). Sum of RGB (Red+Green+Blue) = 21+241+231=493 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.26% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 231 (90.62% from 255 or 46.86% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #15F1E7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15F1E7 is #EA0E18. Grayscale: #ADADAD. Windows color (decimal): -15339033 or 15200533. OLE color: 15200533.
HSL color Cylindrical-coordinate representation of color #15F1E7: hue angle of 177.27º 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 #15F1E7 is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 241 | 231 | - |
| CMYK | 0.91 | 0 | 0.04 | 0.05 |
| HSL | 177.27º | 0.89% | 0.51% | - |
| HSV(B) | 177.27º | 0.91% | 0.95% | - |
| XYZ | 46.19 | 68.84 | 86.45 | - |
| YUV | 174.08 | 160.11 | 18.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 241 | 231 | 0.91 | 0 | 0.04 | 0.05 | 177.27 | 0.89 | 0.51 |
| Hex | 15 | F1 | E7 | 5B | 0 | 4 | 5 | B1 | 59 | 33 |
| Octal | 25 | 361 | 347 | 133 | 0 | 4 | 5 | 261 | 131 | 63 |
| Binary | 10101 | 11110001 | 11100111 | 1011011 | 0 | 100 | 101 | 10110001 | 1011001 | 110011 |
Color Harmonies of #15F1E7
Complementary color
Monochromatic Colors of #15F1E7
Black with #15F1E7
Text Example
Text Example
White with #15F1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F1E7; }
p { color: rgb(21,241,231); }
H1.HeaderClassName
{
color: #15F1E7;
}
.AnyTagClassName
{
color: #15F1E7;
}
</style>
background-color css
<style>
a { background-color: #15F1E7; }
a { background-color: rgb(21,241,231); }
div.DivClassName
{
background-color: #15F1E7;
}
.BgClassName
{
background-color: #15F1E7;
}
</style>
border-color css
<style>
span { border-color: #15F1E7; }
span { border-color: rgb(21,241,231); }
td.TdClassName
{
border-color: #15F1E7;
}
.TagClassName
{
border-color: #15F1E7;
}
</style>