Shades of Bright Turquoise #17FEE1
Tints of Bright Turquoise #17FEE1
RGB
CMYK
RGB Variations
Color information
#17FEE1 (or 0x17FEE1) is known color: Bright Turquoise. HEX triplet: 17, FE and E1. RGB value is (23,254,225). Sum of RGB (Red+Green+Blue) = 23+254+225=502 (66% of max value = 765). Red value is 23 (9.38% from 255 or 4.58% from 502); Green value is 254 (99.61% from 255 or 50.60% from 502); Blue value is 225 (88.28% from 255 or 44.82% from 502); Max value from RGB is 254 - color contains mainly: green. Hex color #17FEE1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FEE1 is #E8011E. Grayscale: #B5B5B5. Windows color (decimal): -15204639 or 14810647. OLE color: 14810647.
HSL color Cylindrical-coordinate representation of color #17FEE1: hue angle of 172.47º 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 #17FEE1 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 23 | 254 | 225 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.00 |
| HSL | 172.47º | 0.99% | 0.54% | - |
| HSV(B) | 172.47º | 0.91% | 1% | - |
| XYZ | 49.39 | 76.5 | 83.4 | - |
| YUV | 181.63 | 152.47 | 14.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 254 | 225 | 0.91 | 0 | 0.11 | 0.00 | 172.47 | 0.99 | 0.54 |
| Hex | 17 | FE | E1 | 5B | 0 | B | 0 | AC | 63 | 36 |
| Octal | 27 | 376 | 341 | 133 | 0 | 13 | 0 | 254 | 143 | 66 |
| Binary | 10111 | 11111110 | 11100001 | 1011011 | 0 | 1011 | 0 | 10101100 | 1100011 | 110110 |
Color Harmonies of #17FEE1
Complementary color
Monochromatic Colors of #17FEE1
Black with #17FEE1
Text Example
Text Example
White with #17FEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FEE1; }
p { color: rgb(23,254,225); }
H1.HeaderClassName
{
color: #17FEE1;
}
.AnyTagClassName
{
color: #17FEE1;
}
</style>
background-color css
<style>
a { background-color: #17FEE1; }
a { background-color: rgb(23,254,225); }
div.DivClassName
{
background-color: #17FEE1;
}
.BgClassName
{
background-color: #17FEE1;
}
</style>
border-color css
<style>
span { border-color: #17FEE1; }
span { border-color: rgb(23,254,225); }
td.TdClassName
{
border-color: #17FEE1;
}
.TagClassName
{
border-color: #17FEE1;
}
</style>