#11EBC0

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

Shades of Bright Turquoise #11EBC0

Tints of Bright Turquoise #11EBC0

Color information

#11EBC0 (or 0x11EBC0) is unknown color: approx Bright Turquoise. HEX triplet: 11, EB and C0. RGB value is (17,235,192). Sum of RGB (Red+Green+Blue) = 17+235+192=444 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.83% from 444); Green value is 235 (92.19% from 255 or 52.93% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 235 - color contains mainly: green. Hex color #11EBC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11EBC0 is #EE143F. Grayscale: #A4A4A4. Windows color (decimal): -15602752 or 12643089. OLE color: 12643089.

HSL color Cylindrical-coordinate representation of color #11EBC0: hue angle of 168.17º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11EBC0 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB17235192-
CMYK0.9300.180.08
HSL168.17º86.51%49.41%-
HSV(B)168.17º92.77%92.16%-
XYZ39.4563.3460.02-
YUV164.92143.2822.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.83%
GREEN value IS 235 (92.19% from 255) = 52.93%
BLUE value IS 192 (75.39% from 255) = 43.24%
R=3.83%
G=52.93%
B=43.24%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal172351920.9300.180.08168.1786.5149.41
Hex11EBC05D0128a85731
Octal213533001350221025012761
Binary10001111010111100000010111010100101000101010001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11EBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,235,192); }

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

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

 a { background-color: rgb(17,235,192); }

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

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

 span { border-color: rgb(17,235,192); }

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