Shades of Bright Turquoise #17EABB
Tints of Bright Turquoise #17EABB
RGB
CMYK
RGB Variations
Color information
#17EABB (or 0x17EABB) is known color: Bright Turquoise. HEX triplet: 17, EA and BB. RGB value is (23,234,187). Sum of RGB (Red+Green+Blue) = 23+234+187=444 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.18% from 444); Green value is 234 (91.80% from 255 or 52.70% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 234 - color contains mainly: green. Hex color #17EABB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EABB is #E81544. Grayscale: #A5A5A5. Windows color (decimal): -15209797 or 12315159. OLE color: 12315159.
HSL color Cylindrical-coordinate representation of color #17EABB: hue angle of 166.64º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17EABB is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 234 | 187 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.08 |
| HSL | 166.64º | 0.83% | 0.5% | - |
| HSV(B) | 166.64º | 0.9% | 0.92% | - |
| XYZ | 38.75 | 62.62 | 57.06 | - |
| YUV | 165.55 | 140.1 | 26.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 234 | 187 | 0.90 | 0 | 0.20 | 0.08 | 166.64 | 0.83 | 0.5 |
| Hex | 17 | EA | BB | 5A | 0 | 14 | 8 | A7 | 53 | 32 |
| Octal | 27 | 352 | 273 | 132 | 0 | 24 | 10 | 247 | 123 | 62 |
| Binary | 10111 | 11101010 | 10111011 | 1011010 | 0 | 10100 | 1000 | 10100111 | 1010011 | 110010 |
Color Harmonies of #17EABB
Complementary color
Monochromatic Colors of #17EABB
Black with #17EABB
Text Example
Text Example
White with #17EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EABB; }
p { color: rgb(23,234,187); }
H1.HeaderClassName
{
color: #17EABB;
}
.AnyTagClassName
{
color: #17EABB;
}
</style>
background-color css
<style>
a { background-color: #17EABB; }
a { background-color: rgb(23,234,187); }
div.DivClassName
{
background-color: #17EABB;
}
.BgClassName
{
background-color: #17EABB;
}
</style>
border-color css
<style>
span { border-color: #17EABB; }
span { border-color: rgb(23,234,187); }
td.TdClassName
{
border-color: #17EABB;
}
.TagClassName
{
border-color: #17EABB;
}
</style>