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