Shades of Bright Turquoise #17FEC4
Tints of Bright Turquoise #17FEC4
RGB
CMYK
RGB Variations
Color information
#17FEC4 (or 0x17FEC4) is known color: Bright Turquoise. HEX triplet: 17, FE and C4. RGB value is (23,254,196). Sum of RGB (Red+Green+Blue) = 23+254+196=473 (62% of max value = 765). Red value is 23 (9.38% from 255 or 4.86% from 473); Green value is 254 (99.61% from 255 or 53.70% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 254 - color contains mainly: green. Hex color #17FEC4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FEC4 is #E8013B. Grayscale: #B2B2B2. Windows color (decimal): -15204668 or 12910103. OLE color: 12910103.
HSL color Cylindrical-coordinate representation of color #17FEC4: hue angle of 164.94º 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 #17FEC4 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 23 | 254 | 196 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.00 |
| HSL | 164.94º | 0.99% | 0.54% | - |
| HSV(B) | 164.94º | 0.91% | 1% | - |
| XYZ | 45.76 | 75.05 | 64.3 | - |
| YUV | 178.32 | 137.97 | 17.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 254 | 196 | 0.91 | 0 | 0.23 | 0.00 | 164.94 | 0.99 | 0.54 |
| Hex | 17 | FE | C4 | 5B | 0 | 17 | 0 | A5 | 63 | 36 |
| Octal | 27 | 376 | 304 | 133 | 0 | 27 | 0 | 245 | 143 | 66 |
| Binary | 10111 | 11111110 | 11000100 | 1011011 | 0 | 10111 | 0 | 10100101 | 1100011 | 110110 |
Color Harmonies of #17FEC4
Complementary color
Monochromatic Colors of #17FEC4
Black with #17FEC4
Text Example
Text Example
White with #17FEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FEC4; }
p { color: rgb(23,254,196); }
H1.HeaderClassName
{
color: #17FEC4;
}
.AnyTagClassName
{
color: #17FEC4;
}
</style>
background-color css
<style>
a { background-color: #17FEC4; }
a { background-color: rgb(23,254,196); }
div.DivClassName
{
background-color: #17FEC4;
}
.BgClassName
{
background-color: #17FEC4;
}
</style>
border-color css
<style>
span { border-color: #17FEC4; }
span { border-color: rgb(23,254,196); }
td.TdClassName
{
border-color: #17FEC4;
}
.TagClassName
{
border-color: #17FEC4;
}
</style>