#11E2CB

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

Shades of Bright Turquoise #11E2CB

Tints of Bright Turquoise #11E2CB

Color information

#11E2CB (or 0x11E2CB) is unknown color: approx Bright Turquoise. HEX triplet: 11, E2 and CB. RGB value is (17,226,203). Sum of RGB (Red+Green+Blue) = 17+226+203=446 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.81% from 446); Green value is 226 (88.67% from 255 or 50.67% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 226 - color contains mainly: green. Hex color #11E2CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11E2CB is #EE1D34. Grayscale: #A0A0A0. Windows color (decimal): -15605045 or 13361681. OLE color: 13361681.

HSL color Cylindrical-coordinate representation of color #11E2CB: hue angle of 173.4º 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 #11E2CB is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB17226203-
CMYK0.9200.100.11
HSL173.4º86.01%47.65%-
HSV(B)173.4º92.48%88.63%-
XYZ38.2158.8265.84-
YUV160.89151.7625.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.81%
GREEN value IS 226 (88.67% from 255) = 50.67%
BLUE value IS 203 (79.69% from 255) = 45.52%
R=3.81%
G=50.67%
B=45.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal172262030.9200.100.11173.486.0147.65
Hex11E2CB5C0ABad5630
Octal213423131340121325512660
Binary1000111100010110010111011100010101011101011011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11E2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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