Shades of Bright Turquoise #17E9EA
Tints of Bright Turquoise #17E9EA
RGB
CMYK
RGB Variations
Color information
#17E9EA (or 0x17E9EA) is known color: Bright Turquoise. HEX triplet: 17, E9 and EA. RGB value is (23,233,234). Sum of RGB (Red+Green+Blue) = 23+233+234=490 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.69% from 490); Green value is 233 (91.41% from 255 or 47.55% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #17E9EA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17E9EA is #E81615. Grayscale: #AAAAAA. Windows color (decimal): -15210006 or 15395095. OLE color: 15395095.
HSL color Cylindrical-coordinate representation of color #17E9EA: hue angle of 180.28º 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 #17E9EA is Cyan = 0.90, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 233 | 234 | - |
| CMYK | 0.90 | 0.00 | 0 | 0.08 |
| HSL | 180.28º | 0.83% | 0.5% | - |
| HSV(B) | 180.28º | 0.9% | 0.92% | - |
| XYZ | 44.34 | 64.4 | 87.94 | - |
| YUV | 170.32 | 163.93 | 22.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 233 | 234 | 0.90 | 0.00 | 0 | 0.08 | 180.28 | 0.83 | 0.5 |
| Hex | 17 | E9 | EA | 5A | 0 | 0 | 8 | B4 | 53 | 32 |
| Octal | 27 | 351 | 352 | 132 | 0 | 0 | 10 | 264 | 123 | 62 |
| Binary | 10111 | 11101001 | 11101010 | 1011010 | 0 | 0 | 1000 | 10110100 | 1010011 | 110010 |
Color Harmonies of #17E9EA
Complementary color
Monochromatic Colors of #17E9EA
Black with #17E9EA
Text Example
Text Example
White with #17E9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17E9EA; }
p { color: rgb(23,233,234); }
H1.HeaderClassName
{
color: #17E9EA;
}
.AnyTagClassName
{
color: #17E9EA;
}
</style>
background-color css
<style>
a { background-color: #17E9EA; }
a { background-color: rgb(23,233,234); }
div.DivClassName
{
background-color: #17E9EA;
}
.BgClassName
{
background-color: #17E9EA;
}
</style>
border-color css
<style>
span { border-color: #17E9EA; }
span { border-color: rgb(23,233,234); }
td.TdClassName
{
border-color: #17E9EA;
}
.TagClassName
{
border-color: #17E9EA;
}
</style>