Shades of Bright Turquoise #17E7C5
Tints of Bright Turquoise #17E7C5
RGB
CMYK
RGB Variations
Color information
#17E7C5 (or 0x17E7C5) is known color: Bright Turquoise. HEX triplet: 17, E7 and C5. RGB value is (23,231,197). Sum of RGB (Red+Green+Blue) = 23+231+197=451 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.10% from 451); Green value is 231 (90.62% from 255 or 51.22% from 451); Blue value is 197 (77.34% from 255 or 43.68% from 451); Max value from RGB is 231 - color contains mainly: green. Hex color #17E7C5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17E7C5 is #E8183A. Grayscale: #A4A4A4. Windows color (decimal): -15210555 or 12969751. OLE color: 12969751.
HSL color Cylindrical-coordinate representation of color #17E7C5: hue angle of 170.19º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17E7C5 is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 23 | 231 | 197 | - |
| CMYK | 0.90 | 0 | 0.15 | 0.09 |
| HSL | 170.19º | 0.82% | 0.5% | - |
| HSV(B) | 170.19º | 0.9% | 0.91% | - |
| XYZ | 39.01 | 61.37 | 62.61 | - |
| YUV | 164.93 | 146.09 | 26.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 231 | 197 | 0.90 | 0 | 0.15 | 0.09 | 170.19 | 0.82 | 0.5 |
| Hex | 17 | E7 | C5 | 5A | 0 | F | 9 | AA | 52 | 32 |
| Octal | 27 | 347 | 305 | 132 | 0 | 17 | 11 | 252 | 122 | 62 |
| Binary | 10111 | 11100111 | 11000101 | 1011010 | 0 | 1111 | 1001 | 10101010 | 1010010 | 110010 |
Color Harmonies of #17E7C5
Complementary color
Monochromatic Colors of #17E7C5
Black with #17E7C5
Text Example
Text Example
White with #17E7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17E7C5; }
p { color: rgb(23,231,197); }
H1.HeaderClassName
{
color: #17E7C5;
}
.AnyTagClassName
{
color: #17E7C5;
}
</style>
background-color css
<style>
a { background-color: #17E7C5; }
a { background-color: rgb(23,231,197); }
div.DivClassName
{
background-color: #17E7C5;
}
.BgClassName
{
background-color: #17E7C5;
}
</style>
border-color css
<style>
span { border-color: #17E7C5; }
span { border-color: rgb(23,231,197); }
td.TdClassName
{
border-color: #17E7C5;
}
.TagClassName
{
border-color: #17E7C5;
}
</style>