#11FFEA

Color #11FFEA Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #11FFEA

Tints of Bright Turquoise #11FFEA

Color information

#11FFEA (or 0x11FFEA) is unknown color: approx Bright Turquoise. HEX triplet: 11, FF and EA. RGB value is (17,255,234). Sum of RGB (Red+Green+Blue) = 17+255+234=506 (67% of max value = 765). Red value is 17 (7.03% from 255 or 3.36% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #11FFEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11FFEA is #EE0015. Grayscale: #B5B5B5. Windows color (decimal): -15597590 or 15400721. OLE color: 15400721.

HSL color Cylindrical-coordinate representation of color #11FFEA: hue angle of 174.71º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FFEA is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB17255234-
CMYK0.9300.080
HSL174.71º100%53.33%-
HSV(B)174.71º93.33%100%-
XYZ50.8477.5890.14-
YUV181.44157.6510.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 3.36%
GREEN value IS 255 (100% from 255) = 50.40%
BLUE value IS 234 (91.80% from 255) = 46.25%
R=3.36%
G=50.40%
B=46.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal172552340.9300.080174.7110053.33
Hex11FFEA5D080af6435
Octal21377352135010025714465
Binary1000111111111111010101011101010000101011111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11FFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11FFEA; }

 p { color: rgb(17,255,234); }

 H1.HeaderClassName
 {
   color: #11FFEA;
 }
 .AnyTagClassName
 {
   color: #11FFEA;
 }
</style>
background-color css

<style>
 a { background-color: #11FFEA; }

 a { background-color: rgb(17,255,234); }

 div.DivClassName
 {
   background-color: #11FFEA;
 }
 .BgClassName
 {
   background-color: #11FFEA;
 }
</style>
border-color css

<style>
 span { border-color: #11FFEA; }

 span { border-color: rgb(17,255,234); }

 td.TdClassName
 {
   border-color: #11FFEA;
 }
 .TagClassName
 {
   border-color: #11FFEA;
 }
</style>