Shades of Bright Turquoise #15FDC5
Tints of Bright Turquoise #15FDC5
RGB
CMYK
RGB Variations
Color information
#15FDC5 (or 0x15FDC5) is known color: Bright Turquoise. HEX triplet: 15, FD and C5. RGB value is (21,253,197). Sum of RGB (Red+Green+Blue) = 21+253+197=471 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.46% from 471); Green value is 253 (99.22% from 255 or 53.72% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 253 - color contains mainly: green. Hex color #15FDC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FDC5 is #EA023A. Grayscale: #B1B1B1. Windows color (decimal): -15335995 or 12975381. OLE color: 12975381.
HSL color Cylindrical-coordinate representation of color #15FDC5: hue angle of 165.52º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FDC5 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 253 | 197 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.01 |
| HSL | 165.52º | 0.98% | 0.54% | - |
| HSV(B) | 165.52º | 0.92% | 0.99% | - |
| XYZ | 45.51 | 74.44 | 64.79 | - |
| YUV | 177.25 | 139.14 | 16.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 253 | 197 | 0.92 | 0 | 0.22 | 0.01 | 165.52 | 0.98 | 0.54 |
| Hex | 15 | FD | C5 | 5C | 0 | 16 | 1 | A6 | 62 | 36 |
| Octal | 25 | 375 | 305 | 134 | 0 | 26 | 1 | 246 | 142 | 66 |
| Binary | 10101 | 11111101 | 11000101 | 1011100 | 0 | 10110 | 1 | 10100110 | 1100010 | 110110 |
Color Harmonies of #15FDC5
Complementary color
Monochromatic Colors of #15FDC5
Black with #15FDC5
Text Example
Text Example
White with #15FDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FDC5; }
p { color: rgb(21,253,197); }
H1.HeaderClassName
{
color: #15FDC5;
}
.AnyTagClassName
{
color: #15FDC5;
}
</style>
background-color css
<style>
a { background-color: #15FDC5; }
a { background-color: rgb(21,253,197); }
div.DivClassName
{
background-color: #15FDC5;
}
.BgClassName
{
background-color: #15FDC5;
}
</style>
border-color css
<style>
span { border-color: #15FDC5; }
span { border-color: rgb(21,253,197); }
td.TdClassName
{
border-color: #15FDC5;
}
.TagClassName
{
border-color: #15FDC5;
}
</style>