Shades of Bright Turquoise #17FECD
Tints of Bright Turquoise #17FECD
RGB
CMYK
RGB Variations
Color information
#17FECD (or 0x17FECD) is known color: Bright Turquoise. HEX triplet: 17, FE and CD. RGB value is (23,254,205). Sum of RGB (Red+Green+Blue) = 23+254+205=482 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.77% from 482); Green value is 254 (99.61% from 255 or 52.70% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 254 - color contains mainly: green. Hex color #17FECD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FECD is #E80132. Grayscale: #B3B3B3. Windows color (decimal): -15204659 or 13499927. OLE color: 13499927.
HSL color Cylindrical-coordinate representation of color #17FECD: hue angle of 167.27º 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 #17FECD is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 23 | 254 | 205 | - |
| CMYK | 0.91 | 0 | 0.19 | 0.00 |
| HSL | 167.27º | 0.99% | 0.54% | - |
| HSV(B) | 167.27º | 0.91% | 1% | - |
| XYZ | 46.81 | 75.47 | 69.86 | - |
| YUV | 179.35 | 142.47 | 16.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 254 | 205 | 0.91 | 0 | 0.19 | 0.00 | 167.27 | 0.99 | 0.54 |
| Hex | 17 | FE | CD | 5B | 0 | 13 | 0 | A7 | 63 | 36 |
| Octal | 27 | 376 | 315 | 133 | 0 | 23 | 0 | 247 | 143 | 66 |
| Binary | 10111 | 11111110 | 11001101 | 1011011 | 0 | 10011 | 0 | 10100111 | 1100011 | 110110 |
Color Harmonies of #17FECD
Complementary color
Monochromatic Colors of #17FECD
Black with #17FECD
Text Example
Text Example
White with #17FECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FECD; }
p { color: rgb(23,254,205); }
H1.HeaderClassName
{
color: #17FECD;
}
.AnyTagClassName
{
color: #17FECD;
}
</style>
background-color css
<style>
a { background-color: #17FECD; }
a { background-color: rgb(23,254,205); }
div.DivClassName
{
background-color: #17FECD;
}
.BgClassName
{
background-color: #17FECD;
}
</style>
border-color css
<style>
span { border-color: #17FECD; }
span { border-color: rgb(23,254,205); }
td.TdClassName
{
border-color: #17FECD;
}
.TagClassName
{
border-color: #17FECD;
}
</style>