Shades of Bright Turquoise #17FEC6
Tints of Bright Turquoise #17FEC6
RGB
CMYK
RGB Variations
Color information
#17FEC6 (or 0x17FEC6) is known color: Bright Turquoise. HEX triplet: 17, FE and C6. RGB value is (23,254,198). Sum of RGB (Red+Green+Blue) = 23+254+198=475 (62% of max value = 765). Red value is 23 (9.38% from 255 or 4.84% from 475); Green value is 254 (99.61% from 255 or 53.47% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 254 - color contains mainly: green. Hex color #17FEC6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FEC6 is #E80139. Grayscale: #B2B2B2. Windows color (decimal): -15204666 or 13041175. OLE color: 13041175.
HSL color Cylindrical-coordinate representation of color #17FEC6: hue angle of 165.45º 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 #17FEC6 is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 23 | 254 | 198 | - |
| CMYK | 0.91 | 0 | 0.22 | 0.00 |
| HSL | 165.45º | 0.99% | 0.54% | - |
| HSV(B) | 165.45º | 0.91% | 1% | - |
| XYZ | 45.99 | 75.14 | 65.51 | - |
| YUV | 178.55 | 138.97 | 17.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 254 | 198 | 0.91 | 0 | 0.22 | 0.00 | 165.45 | 0.99 | 0.54 |
| Hex | 17 | FE | C6 | 5B | 0 | 16 | 0 | A5 | 63 | 36 |
| Octal | 27 | 376 | 306 | 133 | 0 | 26 | 0 | 245 | 143 | 66 |
| Binary | 10111 | 11111110 | 11000110 | 1011011 | 0 | 10110 | 0 | 10100101 | 1100011 | 110110 |
Color Harmonies of #17FEC6
Complementary color
Monochromatic Colors of #17FEC6
Black with #17FEC6
Text Example
Text Example
White with #17FEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FEC6; }
p { color: rgb(23,254,198); }
H1.HeaderClassName
{
color: #17FEC6;
}
.AnyTagClassName
{
color: #17FEC6;
}
</style>
background-color css
<style>
a { background-color: #17FEC6; }
a { background-color: rgb(23,254,198); }
div.DivClassName
{
background-color: #17FEC6;
}
.BgClassName
{
background-color: #17FEC6;
}
</style>
border-color css
<style>
span { border-color: #17FEC6; }
span { border-color: rgb(23,254,198); }
td.TdClassName
{
border-color: #17FEC6;
}
.TagClassName
{
border-color: #17FEC6;
}
</style>