Shades of Bright Turquoise #10FEDC
Tints of Bright Turquoise #10FEDC
RGB
CMYK
RGB Variations
Color information
#10FEDC (or 0x10FEDC) is known color: Bright Turquoise. HEX triplet: 10, FE and DC. RGB value is (16,254,220). Sum of RGB (Red+Green+Blue) = 16+254+220=490 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.27% from 490); Green value is 254 (99.61% from 255 or 51.84% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 254 - color contains mainly: green. Hex color #10FEDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FEDC is #EF0123. Grayscale: #B2B2B2. Windows color (decimal): -15663396 or 14482960. OLE color: 14482960.
HSL color Cylindrical-coordinate representation of color #10FEDC: hue angle of 171.43º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FEDC is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 254 | 220 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.00 |
| HSL | 171.43º | 0.99% | 0.53% | - |
| HSV(B) | 171.43º | 0.94% | 1% | - |
| XYZ | 48.57 | 76.16 | 79.85 | - |
| YUV | 178.96 | 151.15 | 11.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 254 | 220 | 0.94 | 0 | 0.13 | 0.00 | 171.43 | 0.99 | 0.53 |
| Hex | 10 | FE | DC | 5E | 0 | D | 0 | AB | 63 | 35 |
| Octal | 20 | 376 | 334 | 136 | 0 | 15 | 0 | 253 | 143 | 65 |
| Binary | 10000 | 11111110 | 11011100 | 1011110 | 0 | 1101 | 0 | 10101011 | 1100011 | 110101 |
Color Harmonies of #10FEDC
Complementary color
Monochromatic Colors of #10FEDC
Black with #10FEDC
Text Example
Text Example
White with #10FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FEDC; }
p { color: rgb(16,254,220); }
H1.HeaderClassName
{
color: #10FEDC;
}
.AnyTagClassName
{
color: #10FEDC;
}
</style>
background-color css
<style>
a { background-color: #10FEDC; }
a { background-color: rgb(16,254,220); }
div.DivClassName
{
background-color: #10FEDC;
}
.BgClassName
{
background-color: #10FEDC;
}
</style>
border-color css
<style>
span { border-color: #10FEDC; }
span { border-color: rgb(16,254,220); }
td.TdClassName
{
border-color: #10FEDC;
}
.TagClassName
{
border-color: #10FEDC;
}
</style>