Shades of Bright Turquoise #17E3EC
Tints of Bright Turquoise #17E3EC
RGB
CMYK
RGB Variations
Color information
#17E3EC (or 0x17E3EC) is known color: Bright Turquoise. HEX triplet: 17, E3 and EC. RGB value is (23,227,236). Sum of RGB (Red+Green+Blue) = 23+227+236=486 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.73% from 486); Green value is 227 (89.06% from 255 or 46.71% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #17E3EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17E3EC is #E81C13. Grayscale: #A6A6A6. Windows color (decimal): -15211540 or 15524631. OLE color: 15524631.
HSL color Cylindrical-coordinate representation of color #17E3EC: hue angle of 182.54º degrees, saturation: 0.85, 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 #17E3EC is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 227 | 236 | - |
| CMYK | 0.90 | 0.04 | 0 | 0.07 |
| HSL | 182.54º | 0.85% | 0.51% | - |
| HSV(B) | 182.54º | 0.9% | 0.93% | - |
| XYZ | 42.96 | 61.18 | 88.9 | - |
| YUV | 167.03 | 166.91 | 25.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 227 | 236 | 0.90 | 0.04 | 0 | 0.07 | 182.54 | 0.85 | 0.51 |
| Hex | 17 | E3 | EC | 5A | 4 | 0 | 7 | B7 | 55 | 33 |
| Octal | 27 | 343 | 354 | 132 | 4 | 0 | 7 | 267 | 125 | 63 |
| Binary | 10111 | 11100011 | 11101100 | 1011010 | 100 | 0 | 111 | 10110111 | 1010101 | 110011 |
Color Harmonies of #17E3EC
Complementary color
Monochromatic Colors of #17E3EC
Black with #17E3EC
Text Example
Text Example
White with #17E3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17E3EC; }
p { color: rgb(23,227,236); }
H1.HeaderClassName
{
color: #17E3EC;
}
.AnyTagClassName
{
color: #17E3EC;
}
</style>
background-color css
<style>
a { background-color: #17E3EC; }
a { background-color: rgb(23,227,236); }
div.DivClassName
{
background-color: #17E3EC;
}
.BgClassName
{
background-color: #17E3EC;
}
</style>
border-color css
<style>
span { border-color: #17E3EC; }
span { border-color: rgb(23,227,236); }
td.TdClassName
{
border-color: #17E3EC;
}
.TagClassName
{
border-color: #17E3EC;
}
</style>