#11eebb

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

Shades of Bright Turquoise #11EEBB

Tints of Bright Turquoise #11EEBB

Color information

#11EEBB (or 0x11EEBB) is unknown color: approx Bright Turquoise. HEX triplet: 11, EE and BB. RGB value is (17,238,187). Sum of RGB (Red+Green+Blue) = 17+238+187=442 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.85% from 442); Green value is 238 (93.36% from 255 or 53.85% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 238 - color contains mainly: green. Hex color #11EEBB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11EEBB is #EE1144. Grayscale: #A6A6A6. Windows color (decimal): -15601989 or 12316177. OLE color: 12316177.

HSL color Cylindrical-coordinate representation of color #11EEBB: hue angle of 166.15º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11EEBB is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB17238187-
CMYK0.9300.210.07
HSL166.15º86.67%50%-
HSV(B)166.15º92.86%93.33%-
XYZ39.7864.8657.44-
YUV166.11139.7821.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.85%
GREEN value IS 238 (93.36% from 255) = 53.85%
BLUE value IS 187 (73.44% from 255) = 42.31%
R=3.85%
G=53.85%
B=42.31%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal172381870.9300.210.07166.1586.6750
Hex11EEBB5D0157a65732
Octal21356273135025724612762
Binary1000111101110101110111011101010101111101001101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11eebb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,238,187); }

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

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

 a { background-color: rgb(17,238,187); }

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

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

 span { border-color: rgb(17,238,187); }

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