Shades of Bright Turquoise #17FEDC
Tints of Bright Turquoise #17FEDC
RGB
CMYK
RGB Variations
Color information
#17FEDC (or 0x17FEDC) is known color: Bright Turquoise. HEX triplet: 17, FE and DC. RGB value is (23,254,220). Sum of RGB (Red+Green+Blue) = 23+254+220=497 (65% of max value = 765). Red value is 23 (9.38% from 255 or 4.63% from 497); Green value is 254 (99.61% from 255 or 51.11% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 254 - color contains mainly: green. Hex color #17FEDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FEDC is #E80123. Grayscale: #B4B4B4. Windows color (decimal): -15204644 or 14482967. OLE color: 14482967.
HSL color Cylindrical-coordinate representation of color #17FEDC: hue angle of 171.17º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17FEDC is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 23 | 254 | 220 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.00 |
| HSL | 171.17º | 0.99% | 0.54% | - |
| HSV(B) | 171.17º | 0.91% | 1% | - |
| XYZ | 48.71 | 76.23 | 79.86 | - |
| YUV | 181.06 | 149.97 | 15.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 254 | 220 | 0.91 | 0 | 0.13 | 0.00 | 171.17 | 0.99 | 0.54 |
| Hex | 17 | FE | DC | 5B | 0 | D | 0 | AB | 63 | 36 |
| Octal | 27 | 376 | 334 | 133 | 0 | 15 | 0 | 253 | 143 | 66 |
| Binary | 10111 | 11111110 | 11011100 | 1011011 | 0 | 1101 | 0 | 10101011 | 1100011 | 110110 |
Color Harmonies of #17FEDC
Complementary color
Monochromatic Colors of #17FEDC
Black with #17FEDC
Text Example
Text Example
White with #17FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FEDC; }
p { color: rgb(23,254,220); }
H1.HeaderClassName
{
color: #17FEDC;
}
.AnyTagClassName
{
color: #17FEDC;
}
</style>
background-color css
<style>
a { background-color: #17FEDC; }
a { background-color: rgb(23,254,220); }
div.DivClassName
{
background-color: #17FEDC;
}
.BgClassName
{
background-color: #17FEDC;
}
</style>
border-color css
<style>
span { border-color: #17FEDC; }
span { border-color: rgb(23,254,220); }
td.TdClassName
{
border-color: #17FEDC;
}
.TagClassName
{
border-color: #17FEDC;
}
</style>