Shades of Bright Turquoise #15F5D9
Tints of Bright Turquoise #15F5D9
RGB
CMYK
RGB Variations
Color information
#15F5D9 (or 0x15F5D9) is known color: Bright Turquoise. HEX triplet: 15, F5 and D9. RGB value is (21,245,217). Sum of RGB (Red+Green+Blue) = 21+245+217=483 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.35% from 483); Green value is 245 (96.09% from 255 or 50.72% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 245 - color contains mainly: green. Hex color #15F5D9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15F5D9 is #EA0A26. Grayscale: #AEAEAE. Windows color (decimal): -15338023 or 14284053. OLE color: 14284053.
HSL color Cylindrical-coordinate representation of color #15F5D9: hue angle of 172.5º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15F5D9 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 21 | 245 | 217 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.04 |
| HSL | 172.5º | 0.92% | 0.52% | - |
| HSV(B) | 172.5º | 0.91% | 0.96% | - |
| XYZ | 45.49 | 70.47 | 76.85 | - |
| YUV | 174.83 | 151.79 | 18.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 245 | 217 | 0.91 | 0 | 0.11 | 0.04 | 172.5 | 0.92 | 0.52 |
| Hex | 15 | F5 | D9 | 5B | 0 | B | 4 | AC | 5C | 34 |
| Octal | 25 | 365 | 331 | 133 | 0 | 13 | 4 | 254 | 134 | 64 |
| Binary | 10101 | 11110101 | 11011001 | 1011011 | 0 | 1011 | 100 | 10101100 | 1011100 | 110100 |
Color Harmonies of #15F5D9
Complementary color
Monochromatic Colors of #15F5D9
Black with #15F5D9
Text Example
Text Example
White with #15F5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F5D9; }
p { color: rgb(21,245,217); }
H1.HeaderClassName
{
color: #15F5D9;
}
.AnyTagClassName
{
color: #15F5D9;
}
</style>
background-color css
<style>
a { background-color: #15F5D9; }
a { background-color: rgb(21,245,217); }
div.DivClassName
{
background-color: #15F5D9;
}
.BgClassName
{
background-color: #15F5D9;
}
</style>
border-color css
<style>
span { border-color: #15F5D9; }
span { border-color: rgb(21,245,217); }
td.TdClassName
{
border-color: #15F5D9;
}
.TagClassName
{
border-color: #15F5D9;
}
</style>