Shades of Bright Turquoise #17FECE
Tints of Bright Turquoise #17FECE
RGB
CMYK
RGB Variations
Color information
#17FECE (or 0x17FECE) is known color: Bright Turquoise. HEX triplet: 17, FE and CE. RGB value is (23,254,206). Sum of RGB (Red+Green+Blue) = 23+254+206=483 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.76% from 483); Green value is 254 (99.61% from 255 or 52.59% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 254 - color contains mainly: green. Hex color #17FECE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FECE is #E80131. Grayscale: #B3B3B3. Windows color (decimal): -15204658 or 13565463. OLE color: 13565463.
HSL color Cylindrical-coordinate representation of color #17FECE: hue angle of 167.53º 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 #17FECE is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 23 | 254 | 206 | - |
| CMYK | 0.91 | 0 | 0.19 | 0.00 |
| HSL | 167.53º | 0.99% | 0.54% | - |
| HSV(B) | 167.53º | 0.91% | 1% | - |
| XYZ | 46.94 | 75.52 | 70.5 | - |
| YUV | 179.46 | 142.97 | 16.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 254 | 206 | 0.91 | 0 | 0.19 | 0.00 | 167.53 | 0.99 | 0.54 |
| Hex | 17 | FE | CE | 5B | 0 | 13 | 0 | A8 | 63 | 36 |
| Octal | 27 | 376 | 316 | 133 | 0 | 23 | 0 | 250 | 143 | 66 |
| Binary | 10111 | 11111110 | 11001110 | 1011011 | 0 | 10011 | 0 | 10101000 | 1100011 | 110110 |
Color Harmonies of #17FECE
Complementary color
Monochromatic Colors of #17FECE
Black with #17FECE
Text Example
Text Example
White with #17FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FECE; }
p { color: rgb(23,254,206); }
H1.HeaderClassName
{
color: #17FECE;
}
.AnyTagClassName
{
color: #17FECE;
}
</style>
background-color css
<style>
a { background-color: #17FECE; }
a { background-color: rgb(23,254,206); }
div.DivClassName
{
background-color: #17FECE;
}
.BgClassName
{
background-color: #17FECE;
}
</style>
border-color css
<style>
span { border-color: #17FECE; }
span { border-color: rgb(23,254,206); }
td.TdClassName
{
border-color: #17FECE;
}
.TagClassName
{
border-color: #17FECE;
}
</style>