Shades of Bright Turquoise #17E5C9
Tints of Bright Turquoise #17E5C9
RGB
CMYK
RGB Variations
Color information
#17E5C9 (or 0x17E5C9) is known color: Bright Turquoise. HEX triplet: 17, E5 and C9. RGB value is (23,229,201). Sum of RGB (Red+Green+Blue) = 23+229+201=453 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5.08% from 453); Green value is 229 (89.84% from 255 or 50.55% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 229 - color contains mainly: green. Hex color #17E5C9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17E5C9 is #E81A36. Grayscale: #A4A4A4. Windows color (decimal): -15211063 or 13231383. OLE color: 13231383.
HSL color Cylindrical-coordinate representation of color #17E5C9: hue angle of 171.84º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17E5C9 is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 23 | 229 | 201 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.10 |
| HSL | 171.84º | 0.82% | 0.49% | - |
| HSV(B) | 171.84º | 0.9% | 0.9% | - |
| XYZ | 38.92 | 60.44 | 64.87 | - |
| YUV | 164.21 | 148.75 | 27.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 229 | 201 | 0.90 | 0 | 0.12 | 0.10 | 171.84 | 0.82 | 0.49 |
| Hex | 17 | E5 | C9 | 5A | 0 | C | A | AC | 52 | 31 |
| Octal | 27 | 345 | 311 | 132 | 0 | 14 | 12 | 254 | 122 | 61 |
| Binary | 10111 | 11100101 | 11001001 | 1011010 | 0 | 1100 | 1010 | 10101100 | 1010010 | 110001 |
Color Harmonies of #17E5C9
Complementary color
Monochromatic Colors of #17E5C9
Black with #17E5C9
Text Example
Text Example
White with #17E5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17E5C9; }
p { color: rgb(23,229,201); }
H1.HeaderClassName
{
color: #17E5C9;
}
.AnyTagClassName
{
color: #17E5C9;
}
</style>
background-color css
<style>
a { background-color: #17E5C9; }
a { background-color: rgb(23,229,201); }
div.DivClassName
{
background-color: #17E5C9;
}
.BgClassName
{
background-color: #17E5C9;
}
</style>
border-color css
<style>
span { border-color: #17E5C9; }
span { border-color: rgb(23,229,201); }
td.TdClassName
{
border-color: #17E5C9;
}
.TagClassName
{
border-color: #17E5C9;
}
</style>