Shades of Bright Turquoise #15FDC1
Tints of Bright Turquoise #15FDC1
RGB
CMYK
RGB Variations
Color information
#15FDC1 (or 0x15FDC1) is known color: Bright Turquoise. HEX triplet: 15, FD and C1. RGB value is (21,253,193). Sum of RGB (Red+Green+Blue) = 21+253+193=467 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.50% from 467); Green value is 253 (99.22% from 255 or 54.18% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 253 - color contains mainly: green. Hex color #15FDC1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FDC1 is #EA023E. Grayscale: #B0B0B0. Windows color (decimal): -15335999 or 12713237. OLE color: 12713237.
HSL color Cylindrical-coordinate representation of color #15FDC1: hue angle of 164.48º 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 #15FDC1 is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 253 | 193 | - |
| CMYK | 0.92 | 0 | 0.24 | 0.01 |
| HSL | 164.48º | 0.98% | 0.54% | - |
| HSV(B) | 164.48º | 0.92% | 0.99% | - |
| XYZ | 45.06 | 74.26 | 62.41 | - |
| YUV | 176.79 | 137.14 | 16.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 253 | 193 | 0.92 | 0 | 0.24 | 0.01 | 164.48 | 0.98 | 0.54 |
| Hex | 15 | FD | C1 | 5C | 0 | 18 | 1 | A4 | 62 | 36 |
| Octal | 25 | 375 | 301 | 134 | 0 | 30 | 1 | 244 | 142 | 66 |
| Binary | 10101 | 11111101 | 11000001 | 1011100 | 0 | 11000 | 1 | 10100100 | 1100010 | 110110 |
Color Harmonies of #15FDC1
Complementary color
Monochromatic Colors of #15FDC1
Black with #15FDC1
Text Example
Text Example
White with #15FDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FDC1; }
p { color: rgb(21,253,193); }
H1.HeaderClassName
{
color: #15FDC1;
}
.AnyTagClassName
{
color: #15FDC1;
}
</style>
background-color css
<style>
a { background-color: #15FDC1; }
a { background-color: rgb(21,253,193); }
div.DivClassName
{
background-color: #15FDC1;
}
.BgClassName
{
background-color: #15FDC1;
}
</style>
border-color css
<style>
span { border-color: #15FDC1; }
span { border-color: rgb(21,253,193); }
td.TdClassName
{
border-color: #15FDC1;
}
.TagClassName
{
border-color: #15FDC1;
}
</style>