Shades of Bright Turquoise #15F1D9
Tints of Bright Turquoise #15F1D9
RGB
CMYK
RGB Variations
Color information
#15F1D9 (or 0x15F1D9) is known color: Bright Turquoise. HEX triplet: 15, F1 and D9. RGB value is (21,241,217). Sum of RGB (Red+Green+Blue) = 21+241+217=479 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.38% from 479); Green value is 241 (94.53% from 255 or 50.31% from 479); Blue value is 217 (85.16% from 255 or 45.30% from 479); Max value from RGB is 241 - color contains mainly: green. Hex color #15F1D9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15F1D9 is #EA0E26. Grayscale: #ACACAC. Windows color (decimal): -15339047 or 14283029. OLE color: 14283029.
HSL color Cylindrical-coordinate representation of color #15F1D9: hue angle of 173.45º 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 #15F1D9 is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 241 | 217 | - |
| CMYK | 0.91 | 0 | 0.10 | 0.05 |
| HSL | 173.45º | 0.89% | 0.51% | - |
| HSV(B) | 173.45º | 0.91% | 0.95% | - |
| XYZ | 44.29 | 68.08 | 76.45 | - |
| YUV | 172.48 | 153.11 | 19.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 241 | 217 | 0.91 | 0 | 0.10 | 0.05 | 173.45 | 0.89 | 0.51 |
| Hex | 15 | F1 | D9 | 5B | 0 | A | 5 | AD | 59 | 33 |
| Octal | 25 | 361 | 331 | 133 | 0 | 12 | 5 | 255 | 131 | 63 |
| Binary | 10101 | 11110001 | 11011001 | 1011011 | 0 | 1010 | 101 | 10101101 | 1011001 | 110011 |
Color Harmonies of #15F1D9
Complementary color
Monochromatic Colors of #15F1D9
Black with #15F1D9
Text Example
Text Example
White with #15F1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F1D9; }
p { color: rgb(21,241,217); }
H1.HeaderClassName
{
color: #15F1D9;
}
.AnyTagClassName
{
color: #15F1D9;
}
</style>
background-color css
<style>
a { background-color: #15F1D9; }
a { background-color: rgb(21,241,217); }
div.DivClassName
{
background-color: #15F1D9;
}
.BgClassName
{
background-color: #15F1D9;
}
</style>
border-color css
<style>
span { border-color: #15F1D9; }
span { border-color: rgb(21,241,217); }
td.TdClassName
{
border-color: #15F1D9;
}
.TagClassName
{
border-color: #15F1D9;
}
</style>