Shades of Bright Turquoise #15F2C5
Tints of Bright Turquoise #15F2C5
RGB
CMYK
RGB Variations
Color information
#15F2C5 (or 0x15F2C5) is known color: Bright Turquoise. HEX triplet: 15, F2 and C5. RGB value is (21,242,197). Sum of RGB (Red+Green+Blue) = 21+242+197=460 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.57% from 460); Green value is 242 (94.92% from 255 or 52.61% from 460); Blue value is 197 (77.34% from 255 or 42.83% from 460); Max value from RGB is 242 - color contains mainly: green. Hex color #15F2C5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15F2C5 is #EA0D3A. Grayscale: #AAAAAA. Windows color (decimal): -15338811 or 12972565. OLE color: 12972565.
HSL color Cylindrical-coordinate representation of color #15F2C5: hue angle of 167.78º 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 #15F2C5 is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 242 | 197 | - |
| CMYK | 0.91 | 0 | 0.19 | 0.05 |
| HSL | 167.78º | 0.89% | 0.52% | - |
| HSV(B) | 167.78º | 0.91% | 0.95% | - |
| XYZ | 42.14 | 67.69 | 63.67 | - |
| YUV | 170.79 | 142.78 | 21.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 242 | 197 | 0.91 | 0 | 0.19 | 0.05 | 167.78 | 0.89 | 0.52 |
| Hex | 15 | F2 | C5 | 5B | 0 | 13 | 5 | A8 | 59 | 34 |
| Octal | 25 | 362 | 305 | 133 | 0 | 23 | 5 | 250 | 131 | 64 |
| Binary | 10101 | 11110010 | 11000101 | 1011011 | 0 | 10011 | 101 | 10101000 | 1011001 | 110100 |
Color Harmonies of #15F2C5
Complementary color
Monochromatic Colors of #15F2C5
Black with #15F2C5
Text Example
Text Example
White with #15F2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F2C5; }
p { color: rgb(21,242,197); }
H1.HeaderClassName
{
color: #15F2C5;
}
.AnyTagClassName
{
color: #15F2C5;
}
</style>
background-color css
<style>
a { background-color: #15F2C5; }
a { background-color: rgb(21,242,197); }
div.DivClassName
{
background-color: #15F2C5;
}
.BgClassName
{
background-color: #15F2C5;
}
</style>
border-color css
<style>
span { border-color: #15F2C5; }
span { border-color: rgb(21,242,197); }
td.TdClassName
{
border-color: #15F2C5;
}
.TagClassName
{
border-color: #15F2C5;
}
</style>