#11EEDD

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

Shades of Bright Turquoise #11EEDD

Tints of Bright Turquoise #11EEDD

Color information

#11EEDD (or 0x11EEDD) is unknown color: approx Bright Turquoise. HEX triplet: 11, EE and DD. RGB value is (17,238,221). Sum of RGB (Red+Green+Blue) = 17+238+221=476 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.57% from 476); Green value is 238 (93.36% from 255 or 50% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 238 - color contains mainly: green. Hex color #11EEDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11EEDD is #EE1122. Grayscale: #A9A9A9. Windows color (decimal): -15601955 or 14544401. OLE color: 14544401.

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

Color convert

RGB17238221-
CMYK0.9300.070.07
HSL175.38º86.67%50%-
HSV(B)175.38º92.86%93.33%-
XYZ43.8666.4978.93-
YUV169.98156.7818.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.57%
GREEN value IS 238 (93.36% from 255) = 50%
BLUE value IS 221 (86.72% from 255) = 46.43%
R=3.57%
G=50%
B=46.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal172382210.9300.070.07175.3886.6750
Hex11EEDD5D077af5732
Octal2135633513507725712762
Binary10001111011101101110110111010111111101011111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11EEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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