Shades of Bright Turquoise #17EFBD
Tints of Bright Turquoise #17EFBD
RGB
CMYK
RGB Variations
Color information
#17EFBD (or 0x17EFBD) is known color: Bright Turquoise. HEX triplet: 17, EF and BD. RGB value is (23,239,189). Sum of RGB (Red+Green+Blue) = 23+239+189=451 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.10% from 451); Green value is 239 (93.75% from 255 or 52.99% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 239 - color contains mainly: green. Hex color #17EFBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EFBD is #E81042. Grayscale: #A8A8A8. Windows color (decimal): -15208515 or 12447511. OLE color: 12447511.
HSL color Cylindrical-coordinate representation of color #17EFBD: hue angle of 166.11º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17EFBD is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 239 | 189 | - |
| CMYK | 0.90 | 0 | 0.21 | 0.06 |
| HSL | 166.11º | 0.87% | 0.51% | - |
| HSV(B) | 166.11º | 0.9% | 0.94% | - |
| XYZ | 40.41 | 65.59 | 58.67 | - |
| YUV | 168.72 | 139.44 | 24.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 239 | 189 | 0.90 | 0 | 0.21 | 0.06 | 166.11 | 0.87 | 0.51 |
| Hex | 17 | EF | BD | 5A | 0 | 15 | 6 | A6 | 57 | 33 |
| Octal | 27 | 357 | 275 | 132 | 0 | 25 | 6 | 246 | 127 | 63 |
| Binary | 10111 | 11101111 | 10111101 | 1011010 | 0 | 10101 | 110 | 10100110 | 1010111 | 110011 |
Color Harmonies of #17EFBD
Complementary color
Monochromatic Colors of #17EFBD
Black with #17EFBD
Text Example
Text Example
White with #17EFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EFBD; }
p { color: rgb(23,239,189); }
H1.HeaderClassName
{
color: #17EFBD;
}
.AnyTagClassName
{
color: #17EFBD;
}
</style>
background-color css
<style>
a { background-color: #17EFBD; }
a { background-color: rgb(23,239,189); }
div.DivClassName
{
background-color: #17EFBD;
}
.BgClassName
{
background-color: #17EFBD;
}
</style>
border-color css
<style>
span { border-color: #17EFBD; }
span { border-color: rgb(23,239,189); }
td.TdClassName
{
border-color: #17EFBD;
}
.TagClassName
{
border-color: #17EFBD;
}
</style>