Shades of Bright Turquoise #15FEDC
Tints of Bright Turquoise #15FEDC
RGB
CMYK
RGB Variations
Color information
#15FEDC (or 0x15FEDC) is known color: Bright Turquoise. HEX triplet: 15, FE and DC. RGB value is (21,254,220). Sum of RGB (Red+Green+Blue) = 21+254+220=495 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.24% from 495); Green value is 254 (99.61% from 255 or 51.31% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 254 - color contains mainly: green. Hex color #15FEDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FEDC is #EA0123. Grayscale: #B4B4B4. Windows color (decimal): -15335716 or 14482965. OLE color: 14482965.
HSL color Cylindrical-coordinate representation of color #15FEDC: hue angle of 171.24º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FEDC is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 254 | 220 | - |
| CMYK | 0.92 | 0 | 0.13 | 0.00 |
| HSL | 171.24º | 0.99% | 0.54% | - |
| HSV(B) | 171.24º | 0.92% | 1% | - |
| XYZ | 48.67 | 76.21 | 79.86 | - |
| YUV | 180.46 | 150.31 | 14.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 254 | 220 | 0.92 | 0 | 0.13 | 0.00 | 171.24 | 0.99 | 0.54 |
| Hex | 15 | FE | DC | 5C | 0 | D | 0 | AB | 63 | 36 |
| Octal | 25 | 376 | 334 | 134 | 0 | 15 | 0 | 253 | 143 | 66 |
| Binary | 10101 | 11111110 | 11011100 | 1011100 | 0 | 1101 | 0 | 10101011 | 1100011 | 110110 |
Color Harmonies of #15FEDC
Complementary color
Monochromatic Colors of #15FEDC
Black with #15FEDC
Text Example
Text Example
White with #15FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FEDC; }
p { color: rgb(21,254,220); }
H1.HeaderClassName
{
color: #15FEDC;
}
.AnyTagClassName
{
color: #15FEDC;
}
</style>
background-color css
<style>
a { background-color: #15FEDC; }
a { background-color: rgb(21,254,220); }
div.DivClassName
{
background-color: #15FEDC;
}
.BgClassName
{
background-color: #15FEDC;
}
</style>
border-color css
<style>
span { border-color: #15FEDC; }
span { border-color: rgb(21,254,220); }
td.TdClassName
{
border-color: #15FEDC;
}
.TagClassName
{
border-color: #15FEDC;
}
</style>