Shades of Bright Turquoise #17EBBE
Tints of Bright Turquoise #17EBBE
RGB
CMYK
RGB Variations
Color information
#17EBBE (or 0x17EBBE) is known color: Bright Turquoise. HEX triplet: 17, EB and BE. RGB value is (23,235,190). Sum of RGB (Red+Green+Blue) = 23+235+190=448 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.13% from 448); Green value is 235 (92.19% from 255 or 52.46% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 235 - color contains mainly: green. Hex color #17EBBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EBBE is #E81441. Grayscale: #A6A6A6. Windows color (decimal): -15209538 or 12512023. OLE color: 12512023.
HSL color Cylindrical-coordinate representation of color #17EBBE: hue angle of 167.26º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17EBBE is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 235 | 190 | - |
| CMYK | 0.90 | 0 | 0.19 | 0.08 |
| HSL | 167.26º | 0.84% | 0.51% | - |
| HSV(B) | 167.26º | 0.9% | 0.92% | - |
| XYZ | 39.36 | 63.32 | 58.86 | - |
| YUV | 166.48 | 141.26 | 25.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 235 | 190 | 0.90 | 0 | 0.19 | 0.08 | 167.26 | 0.84 | 0.51 |
| Hex | 17 | EB | BE | 5A | 0 | 13 | 8 | A7 | 54 | 33 |
| Octal | 27 | 353 | 276 | 132 | 0 | 23 | 10 | 247 | 124 | 63 |
| Binary | 10111 | 11101011 | 10111110 | 1011010 | 0 | 10011 | 1000 | 10100111 | 1010100 | 110011 |
Color Harmonies of #17EBBE
Complementary color
Monochromatic Colors of #17EBBE
Black with #17EBBE
Text Example
Text Example
White with #17EBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EBBE; }
p { color: rgb(23,235,190); }
H1.HeaderClassName
{
color: #17EBBE;
}
.AnyTagClassName
{
color: #17EBBE;
}
</style>
background-color css
<style>
a { background-color: #17EBBE; }
a { background-color: rgb(23,235,190); }
div.DivClassName
{
background-color: #17EBBE;
}
.BgClassName
{
background-color: #17EBBE;
}
</style>
border-color css
<style>
span { border-color: #17EBBE; }
span { border-color: rgb(23,235,190); }
td.TdClassName
{
border-color: #17EBBE;
}
.TagClassName
{
border-color: #17EBBE;
}
</style>