Shades of Bright Turquoise #17FECA
Tints of Bright Turquoise #17FECA
RGB
CMYK
RGB Variations
Color information
#17FECA (or 0x17FECA) is known color: Bright Turquoise. HEX triplet: 17, FE and CA. RGB value is (23,254,202). Sum of RGB (Red+Green+Blue) = 23+254+202=479 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.80% from 479); Green value is 254 (99.61% from 255 or 53.03% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 254 - color contains mainly: green. Hex color #17FECA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FECA is #E80135. Grayscale: #B2B2B2. Windows color (decimal): -15204662 or 13303319. OLE color: 13303319.
HSL color Cylindrical-coordinate representation of color #17FECA: hue angle of 166.49º 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 #17FECA is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 23 | 254 | 202 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.00 |
| HSL | 166.49º | 0.99% | 0.54% | - |
| HSV(B) | 166.49º | 0.91% | 1% | - |
| XYZ | 46.46 | 75.33 | 67.97 | - |
| YUV | 179 | 140.97 | 16.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 254 | 202 | 0.91 | 0 | 0.20 | 0.00 | 166.49 | 0.99 | 0.54 |
| Hex | 17 | FE | CA | 5B | 0 | 14 | 0 | A6 | 63 | 36 |
| Octal | 27 | 376 | 312 | 133 | 0 | 24 | 0 | 246 | 143 | 66 |
| Binary | 10111 | 11111110 | 11001010 | 1011011 | 0 | 10100 | 0 | 10100110 | 1100011 | 110110 |
Color Harmonies of #17FECA
Complementary color
Monochromatic Colors of #17FECA
Black with #17FECA
Text Example
Text Example
White with #17FECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FECA; }
p { color: rgb(23,254,202); }
H1.HeaderClassName
{
color: #17FECA;
}
.AnyTagClassName
{
color: #17FECA;
}
</style>
background-color css
<style>
a { background-color: #17FECA; }
a { background-color: rgb(23,254,202); }
div.DivClassName
{
background-color: #17FECA;
}
.BgClassName
{
background-color: #17FECA;
}
</style>
border-color css
<style>
span { border-color: #17FECA; }
span { border-color: rgb(23,254,202); }
td.TdClassName
{
border-color: #17FECA;
}
.TagClassName
{
border-color: #17FECA;
}
</style>