Shades of Bright Turquoise #17E3E7
Tints of Bright Turquoise #17E3E7
RGB
CMYK
RGB Variations
Color information
#17E3E7 (or 0x17E3E7) is known color: Bright Turquoise. HEX triplet: 17, E3 and E7. RGB value is (23,227,231). Sum of RGB (Red+Green+Blue) = 23+227+231=481 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.78% from 481); Green value is 227 (89.06% from 255 or 47.19% from 481); Blue value is 231 (90.62% from 255 or 48.02% from 481); Max value from RGB is 231 - color contains mainly: blue. Hex color #17E3E7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17E3E7 is #E81C18. Grayscale: #A6A6A6. Windows color (decimal): -15211545 or 15196951. OLE color: 15196951.
HSL color Cylindrical-coordinate representation of color #17E3E7: hue angle of 181.15º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17E3E7 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 23 | 227 | 231 | - |
| CMYK | 0.90 | 0.02 | 0 | 0.09 |
| HSL | 181.15º | 0.82% | 0.5% | - |
| HSV(B) | 181.15º | 0.9% | 0.91% | - |
| XYZ | 42.25 | 60.89 | 85.13 | - |
| YUV | 166.46 | 164.41 | 25.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 227 | 231 | 0.90 | 0.02 | 0 | 0.09 | 181.15 | 0.82 | 0.5 |
| Hex | 17 | E3 | E7 | 5A | 2 | 0 | 9 | B5 | 52 | 32 |
| Octal | 27 | 343 | 347 | 132 | 2 | 0 | 11 | 265 | 122 | 62 |
| Binary | 10111 | 11100011 | 11100111 | 1011010 | 10 | 0 | 1001 | 10110101 | 1010010 | 110010 |
Color Harmonies of #17E3E7
Complementary color
Monochromatic Colors of #17E3E7
Black with #17E3E7
Text Example
Text Example
White with #17E3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17E3E7; }
p { color: rgb(23,227,231); }
H1.HeaderClassName
{
color: #17E3E7;
}
.AnyTagClassName
{
color: #17E3E7;
}
</style>
background-color css
<style>
a { background-color: #17E3E7; }
a { background-color: rgb(23,227,231); }
div.DivClassName
{
background-color: #17E3E7;
}
.BgClassName
{
background-color: #17E3E7;
}
</style>
border-color css
<style>
span { border-color: #17E3E7; }
span { border-color: rgb(23,227,231); }
td.TdClassName
{
border-color: #17E3E7;
}
.TagClassName
{
border-color: #17E3E7;
}
</style>