#11EDE8

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

Shades of Bright Turquoise #11EDE8

Tints of Bright Turquoise #11EDE8

Color information

#11EDE8 (or 0x11EDE8) is unknown color: approx Bright Turquoise. HEX triplet: 11, ED and E8. RGB value is (17,237,232). Sum of RGB (Red+Green+Blue) = 17+237+232=486 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.50% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 232 (91.02% from 255 or 47.74% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #11EDE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11EDE8 is #EE1217. Grayscale: #AAAAAA. Windows color (decimal): -15602200 or 15265041. OLE color: 15265041.

HSL color Cylindrical-coordinate representation of color #11EDE8: hue angle of 178.64º 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 #11EDE8 is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB17237232-
CMYK0.9300.020.07
HSL178.64º86.61%49.8%-
HSV(B)178.64º92.83%92.94%-
XYZ45.0866.5186.81-
YUV170.65162.6118.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.50%
GREEN value IS 237 (92.97% from 255) = 48.77%
BLUE value IS 232 (91.02% from 255) = 47.74%
R=3.50%
G=48.77%
B=47.74%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal172372320.9300.020.07178.6486.6149.8
Hex11EDE85D027b35732
Octal2135535013502726312762
Binary1000111101101111010001011101010111101100111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11EDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,237,232); }

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

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

 a { background-color: rgb(17,237,232); }

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

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

 span { border-color: rgb(17,237,232); }

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