#11d6ed

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

Shades of Bright Turquoise #11D6ED

Tints of Bright Turquoise #11D6ED

Color information

#11D6ED (or 0x11D6ED) is unknown color: approx Bright Turquoise. HEX triplet: 11, D6 and ED. RGB value is (17,214,237). Sum of RGB (Red+Green+Blue) = 17+214+237=468 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.63% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #11D6ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11D6ED is #EE2912. Grayscale: #9D9D9D. Windows color (decimal): -15608083 or 15586833. OLE color: 15586833.

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

Color convert

RGB17214237-
CMYK0.930.1000.07
HSL186.27º86.61%49.8%-
HSV(B)186.27º92.83%92.94%-
XYZ39.5654.3388.52-
YUV157.72172.7327.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.63%
GREEN value IS 214 (83.98% from 255) = 45.73%
BLUE value IS 237 (92.97% from 255) = 50.64%
R=3.63%
G=45.73%
B=50.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal172142370.930.1000.07186.2786.6149.8
Hex11D6ED5DA07ba5732
Octal21326355135120727212762
Binary100011101011011101101101110110100111101110101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11d6ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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