Shades of Bright Turquoise #15F8C8
Tints of Bright Turquoise #15F8C8
RGB
CMYK
RGB Variations
Color information
#15F8C8 (or 0x15F8C8) is known color: Bright Turquoise. HEX triplet: 15, F8 and C8. RGB value is (21,248,200). Sum of RGB (Red+Green+Blue) = 21+248+200=469 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.48% from 469); Green value is 248 (97.27% from 255 or 52.88% from 469); Blue value is 200 (78.52% from 255 or 42.64% from 469); Max value from RGB is 248 - color contains mainly: green. Hex color #15F8C8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15F8C8 is #EA0737. Grayscale: #AEAEAE. Windows color (decimal): -15337272 or 13170709. OLE color: 13170709.
HSL color Cylindrical-coordinate representation of color #15F8C8: hue angle of 167.31º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15F8C8 is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 21 | 248 | 200 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.03 |
| HSL | 167.31º | 0.94% | 0.53% | - |
| HSV(B) | 167.31º | 0.92% | 0.97% | - |
| XYZ | 44.3 | 71.46 | 66.1 | - |
| YUV | 174.66 | 142.29 | 18.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 248 | 200 | 0.92 | 0 | 0.19 | 0.03 | 167.31 | 0.94 | 0.53 |
| Hex | 15 | F8 | C8 | 5C | 0 | 13 | 3 | A7 | 5E | 35 |
| Octal | 25 | 370 | 310 | 134 | 0 | 23 | 3 | 247 | 136 | 65 |
| Binary | 10101 | 11111000 | 11001000 | 1011100 | 0 | 10011 | 11 | 10100111 | 1011110 | 110101 |
Color Harmonies of #15F8C8
Complementary color
Monochromatic Colors of #15F8C8
Black with #15F8C8
Text Example
Text Example
White with #15F8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F8C8; }
p { color: rgb(21,248,200); }
H1.HeaderClassName
{
color: #15F8C8;
}
.AnyTagClassName
{
color: #15F8C8;
}
</style>
background-color css
<style>
a { background-color: #15F8C8; }
a { background-color: rgb(21,248,200); }
div.DivClassName
{
background-color: #15F8C8;
}
.BgClassName
{
background-color: #15F8C8;
}
</style>
border-color css
<style>
span { border-color: #15F8C8; }
span { border-color: rgb(21,248,200); }
td.TdClassName
{
border-color: #15F8C8;
}
.TagClassName
{
border-color: #15F8C8;
}
</style>