Shades of Bright Turquoise #15EFF1
Tints of Bright Turquoise #15EFF1
RGB
CMYK
RGB Variations
Color information
#15EFF1 (or 0x15EFF1) is known color: Bright Turquoise. HEX triplet: 15, EF and F1. RGB value is (21,239,241). Sum of RGB (Red+Green+Blue) = 21+239+241=501 (66% of max value = 765). Red value is 21 (8.59% from 255 or 4.19% from 501); Green value is 239 (93.75% from 255 or 47.70% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #15EFF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15EFF1 is #EA100E. Grayscale: #ADADAD. Windows color (decimal): -15339535 or 15855381. OLE color: 15855381.
HSL color Cylindrical-coordinate representation of color #15EFF1: hue angle of 180.55º 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 #15EFF1 is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 239 | 241 | - |
| CMYK | 0.91 | 0.01 | 0 | 0.05 |
| HSL | 180.55º | 0.89% | 0.51% | - |
| HSV(B) | 180.55º | 0.91% | 0.95% | - |
| XYZ | 47.05 | 68.24 | 93.91 | - |
| YUV | 174.05 | 165.78 | 18.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 239 | 241 | 0.91 | 0.01 | 0 | 0.05 | 180.55 | 0.89 | 0.51 |
| Hex | 15 | EF | F1 | 5B | 1 | 0 | 5 | B5 | 59 | 33 |
| Octal | 25 | 357 | 361 | 133 | 1 | 0 | 5 | 265 | 131 | 63 |
| Binary | 10101 | 11101111 | 11110001 | 1011011 | 1 | 0 | 101 | 10110101 | 1011001 | 110011 |
Color Harmonies of #15EFF1
Complementary color
Monochromatic Colors of #15EFF1
Black with #15EFF1
Text Example
Text Example
White with #15EFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15EFF1; }
p { color: rgb(21,239,241); }
H1.HeaderClassName
{
color: #15EFF1;
}
.AnyTagClassName
{
color: #15EFF1;
}
</style>
background-color css
<style>
a { background-color: #15EFF1; }
a { background-color: rgb(21,239,241); }
div.DivClassName
{
background-color: #15EFF1;
}
.BgClassName
{
background-color: #15EFF1;
}
</style>
border-color css
<style>
span { border-color: #15EFF1; }
span { border-color: rgb(21,239,241); }
td.TdClassName
{
border-color: #15EFF1;
}
.TagClassName
{
border-color: #15EFF1;
}
</style>