Shades of Bright Turquoise #15F1EC
Tints of Bright Turquoise #15F1EC
RGB
CMYK
RGB Variations
Color information
#15F1EC (or 0x15F1EC) is known color: Bright Turquoise. HEX triplet: 15, F1 and EC. RGB value is (21,241,236). Sum of RGB (Red+Green+Blue) = 21+241+236=498 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.22% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 241 - color contains mainly: green. Hex color #15F1EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15F1EC is #EA0E13. Grayscale: #AEAEAE. Windows color (decimal): -15339028 or 15528213. OLE color: 15528213.
HSL color Cylindrical-coordinate representation of color #15F1EC: hue angle of 178.64º 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 #15F1EC is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 241 | 236 | - |
| CMYK | 0.91 | 0 | 0.02 | 0.05 |
| HSL | 178.64º | 0.89% | 0.51% | - |
| HSV(B) | 178.64º | 0.91% | 0.95% | - |
| XYZ | 46.9 | 69.13 | 90.23 | - |
| YUV | 174.65 | 162.61 | 18.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 241 | 236 | 0.91 | 0 | 0.02 | 0.05 | 178.64 | 0.89 | 0.51 |
| Hex | 15 | F1 | EC | 5B | 0 | 2 | 5 | B3 | 59 | 33 |
| Octal | 25 | 361 | 354 | 133 | 0 | 2 | 5 | 263 | 131 | 63 |
| Binary | 10101 | 11110001 | 11101100 | 1011011 | 0 | 10 | 101 | 10110011 | 1011001 | 110011 |
Color Harmonies of #15F1EC
Complementary color
Monochromatic Colors of #15F1EC
Black with #15F1EC
Text Example
Text Example
White with #15F1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F1EC; }
p { color: rgb(21,241,236); }
H1.HeaderClassName
{
color: #15F1EC;
}
.AnyTagClassName
{
color: #15F1EC;
}
</style>
background-color css
<style>
a { background-color: #15F1EC; }
a { background-color: rgb(21,241,236); }
div.DivClassName
{
background-color: #15F1EC;
}
.BgClassName
{
background-color: #15F1EC;
}
</style>
border-color css
<style>
span { border-color: #15F1EC; }
span { border-color: rgb(21,241,236); }
td.TdClassName
{
border-color: #15F1EC;
}
.TagClassName
{
border-color: #15F1EC;
}
</style>