Shades of Bright Turquoise #17E7BC
Tints of Bright Turquoise #17E7BC
RGB
CMYK
RGB Variations
Color information
#17E7BC (or 0x17E7BC) is known color: Bright Turquoise. HEX triplet: 17, E7 and BC. RGB value is (23,231,188). Sum of RGB (Red+Green+Blue) = 23+231+188=442 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.20% from 442); Green value is 231 (90.62% from 255 or 52.26% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 231 - color contains mainly: green. Hex color #17E7BC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17E7BC is #E81843. Grayscale: #A3A3A3. Windows color (decimal): -15210564 or 12379927. OLE color: 12379927.
HSL color Cylindrical-coordinate representation of color #17E7BC: hue angle of 167.6º 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 #17E7BC is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 23 | 231 | 188 | - |
| CMYK | 0.90 | 0 | 0.19 | 0.09 |
| HSL | 167.6º | 0.82% | 0.5% | - |
| HSV(B) | 167.6º | 0.9% | 0.91% | - |
| XYZ | 38.01 | 60.96 | 57.34 | - |
| YUV | 163.91 | 141.59 | 27.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 231 | 188 | 0.90 | 0 | 0.19 | 0.09 | 167.6 | 0.82 | 0.5 |
| Hex | 17 | E7 | BC | 5A | 0 | 13 | 9 | A8 | 52 | 32 |
| Octal | 27 | 347 | 274 | 132 | 0 | 23 | 11 | 250 | 122 | 62 |
| Binary | 10111 | 11100111 | 10111100 | 1011010 | 0 | 10011 | 1001 | 10101000 | 1010010 | 110010 |
Color Harmonies of #17E7BC
Complementary color
Monochromatic Colors of #17E7BC
Black with #17E7BC
Text Example
Text Example
White with #17E7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17E7BC; }
p { color: rgb(23,231,188); }
H1.HeaderClassName
{
color: #17E7BC;
}
.AnyTagClassName
{
color: #17E7BC;
}
</style>
background-color css
<style>
a { background-color: #17E7BC; }
a { background-color: rgb(23,231,188); }
div.DivClassName
{
background-color: #17E7BC;
}
.BgClassName
{
background-color: #17E7BC;
}
</style>
border-color css
<style>
span { border-color: #17E7BC; }
span { border-color: rgb(23,231,188); }
td.TdClassName
{
border-color: #17E7BC;
}
.TagClassName
{
border-color: #17E7BC;
}
</style>