#11E2CA

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

Shades of Bright Turquoise #11E2CA

Tints of Bright Turquoise #11E2CA

Color information

#11E2CA (or 0x11E2CA) is unknown color: approx Bright Turquoise. HEX triplet: 11, E2 and CA. RGB value is (17,226,202). Sum of RGB (Red+Green+Blue) = 17+226+202=445 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.82% from 445); Green value is 226 (88.67% from 255 or 50.79% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 226 - color contains mainly: green. Hex color #11E2CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11E2CA is #EE1D35. Grayscale: #A0A0A0. Windows color (decimal): -15605046 or 13296145. OLE color: 13296145.

HSL color Cylindrical-coordinate representation of color #11E2CA: hue angle of 173.11º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11E2CA is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB17226202-
CMYK0.9200.110.11
HSL173.11º86.01%47.65%-
HSV(B)173.11º92.48%88.63%-
XYZ38.0958.7865.21-
YUV160.77151.2625.45-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.82%
GREEN value IS 226 (88.67% from 255) = 50.79%
BLUE value IS 202 (79.30% from 255) = 45.39%
R=3.82%
G=50.79%
B=45.39%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal172262020.9200.110.11173.1186.0147.65
Hex11E2CA5C0BBad5630
Octal213423121340131325512660
Binary1000111100010110010101011100010111011101011011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11E2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,226,202); }

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

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

 a { background-color: rgb(17,226,202); }

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

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

 span { border-color: rgb(17,226,202); }

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