Shades of Bright Turquoise #17EEBC
Tints of Bright Turquoise #17EEBC
RGB
CMYK
RGB Variations
Color information
#17EEBC (or 0x17EEBC) is known color: Bright Turquoise. HEX triplet: 17, EE and BC. RGB value is (23,238,188). Sum of RGB (Red+Green+Blue) = 23+238+188=449 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.12% from 449); Green value is 238 (93.36% from 255 or 53.01% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 238 - color contains mainly: green. Hex color #17EEBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EEBC is #E81143. Grayscale: #A8A8A8. Windows color (decimal): -15208772 or 12381719. OLE color: 12381719.
HSL color Cylindrical-coordinate representation of color #17EEBC: hue angle of 166.05º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17EEBC is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 238 | 188 | - |
| CMYK | 0.90 | 0 | 0.21 | 0.07 |
| HSL | 166.05º | 0.86% | 0.51% | - |
| HSV(B) | 166.05º | 0.9% | 0.93% | - |
| XYZ | 40 | 64.96 | 58.01 | - |
| YUV | 168.02 | 139.27 | 24.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 238 | 188 | 0.90 | 0 | 0.21 | 0.07 | 166.05 | 0.86 | 0.51 |
| Hex | 17 | EE | BC | 5A | 0 | 15 | 7 | A6 | 56 | 33 |
| Octal | 27 | 356 | 274 | 132 | 0 | 25 | 7 | 246 | 126 | 63 |
| Binary | 10111 | 11101110 | 10111100 | 1011010 | 0 | 10101 | 111 | 10100110 | 1010110 | 110011 |
Color Harmonies of #17EEBC
Complementary color
Monochromatic Colors of #17EEBC
Black with #17EEBC
Text Example
Text Example
White with #17EEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EEBC; }
p { color: rgb(23,238,188); }
H1.HeaderClassName
{
color: #17EEBC;
}
.AnyTagClassName
{
color: #17EEBC;
}
</style>
background-color css
<style>
a { background-color: #17EEBC; }
a { background-color: rgb(23,238,188); }
div.DivClassName
{
background-color: #17EEBC;
}
.BgClassName
{
background-color: #17EEBC;
}
</style>
border-color css
<style>
span { border-color: #17EEBC; }
span { border-color: rgb(23,238,188); }
td.TdClassName
{
border-color: #17EEBC;
}
.TagClassName
{
border-color: #17EEBC;
}
</style>