Shades of Bright Turquoise #15F2C1
Tints of Bright Turquoise #15F2C1
RGB
CMYK
RGB Variations
Color information
#15F2C1 (or 0x15F2C1) is known color: Bright Turquoise. HEX triplet: 15, F2 and C1. RGB value is (21,242,193). Sum of RGB (Red+Green+Blue) = 21+242+193=456 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.61% from 456); Green value is 242 (94.92% from 255 or 53.07% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 242 - color contains mainly: green. Hex color #15F2C1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15F2C1 is #EA0D3E. Grayscale: #AAAAAA. Windows color (decimal): -15338815 or 12710421. OLE color: 12710421.
HSL color Cylindrical-coordinate representation of color #15F2C1: hue angle of 166.7º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15F2C1 is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 242 | 193 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.05 |
| HSL | 166.7º | 0.89% | 0.52% | - |
| HSV(B) | 166.7º | 0.91% | 0.95% | - |
| XYZ | 41.69 | 67.51 | 61.29 | - |
| YUV | 170.34 | 140.78 | 21.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 242 | 193 | 0.91 | 0 | 0.20 | 0.05 | 166.7 | 0.89 | 0.52 |
| Hex | 15 | F2 | C1 | 5B | 0 | 14 | 5 | A7 | 59 | 34 |
| Octal | 25 | 362 | 301 | 133 | 0 | 24 | 5 | 247 | 131 | 64 |
| Binary | 10101 | 11110010 | 11000001 | 1011011 | 0 | 10100 | 101 | 10100111 | 1011001 | 110100 |
Color Harmonies of #15F2C1
Complementary color
Monochromatic Colors of #15F2C1
Black with #15F2C1
Text Example
Text Example
White with #15F2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F2C1; }
p { color: rgb(21,242,193); }
H1.HeaderClassName
{
color: #15F2C1;
}
.AnyTagClassName
{
color: #15F2C1;
}
</style>
background-color css
<style>
a { background-color: #15F2C1; }
a { background-color: rgb(21,242,193); }
div.DivClassName
{
background-color: #15F2C1;
}
.BgClassName
{
background-color: #15F2C1;
}
</style>
border-color css
<style>
span { border-color: #15F2C1; }
span { border-color: rgb(21,242,193); }
td.TdClassName
{
border-color: #15F2C1;
}
.TagClassName
{
border-color: #15F2C1;
}
</style>