Shades of Bright Turquoise #17E8CC
Tints of Bright Turquoise #17E8CC
RGB
CMYK
RGB Variations
Color information
#17E8CC (or 0x17E8CC) is known color: Bright Turquoise. HEX triplet: 17, E8 and CC. RGB value is (23,232,204). Sum of RGB (Red+Green+Blue) = 23+232+204=459 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5.01% from 459); Green value is 232 (91.02% from 255 or 50.54% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 232 - color contains mainly: green. Hex color #17E8CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17E8CC is #E81733. Grayscale: #A6A6A6. Windows color (decimal): -15210292 or 13428759. OLE color: 13428759.
HSL color Cylindrical-coordinate representation of color #17E8CC: hue angle of 171.96º 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 #17E8CC is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 23 | 232 | 204 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.09 |
| HSL | 171.96º | 0.82% | 0.5% | - |
| HSV(B) | 171.96º | 0.9% | 0.91% | - |
| XYZ | 40.11 | 62.26 | 67.03 | - |
| YUV | 166.32 | 149.26 | 25.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 232 | 204 | 0.90 | 0 | 0.12 | 0.09 | 171.96 | 0.82 | 0.5 |
| Hex | 17 | E8 | CC | 5A | 0 | C | 9 | AC | 52 | 32 |
| Octal | 27 | 350 | 314 | 132 | 0 | 14 | 11 | 254 | 122 | 62 |
| Binary | 10111 | 11101000 | 11001100 | 1011010 | 0 | 1100 | 1001 | 10101100 | 1010010 | 110010 |
Color Harmonies of #17E8CC
Complementary color
Monochromatic Colors of #17E8CC
Black with #17E8CC
Text Example
Text Example
White with #17E8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17E8CC; }
p { color: rgb(23,232,204); }
H1.HeaderClassName
{
color: #17E8CC;
}
.AnyTagClassName
{
color: #17E8CC;
}
</style>
background-color css
<style>
a { background-color: #17E8CC; }
a { background-color: rgb(23,232,204); }
div.DivClassName
{
background-color: #17E8CC;
}
.BgClassName
{
background-color: #17E8CC;
}
</style>
border-color css
<style>
span { border-color: #17E8CC; }
span { border-color: rgb(23,232,204); }
td.TdClassName
{
border-color: #17E8CC;
}
.TagClassName
{
border-color: #17E8CC;
}
</style>