#11DDED

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

Shades of Bright Turquoise #11DDED

Tints of Bright Turquoise #11DDED

Color information

#11DDED (or 0x11DDED) is unknown color: approx Bright Turquoise. HEX triplet: 11, DD and ED. RGB value is (17,221,237). Sum of RGB (Red+Green+Blue) = 17+221+237=475 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.58% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #11DDED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DDED is #EE2212. Grayscale: #A1A1A1. Windows color (decimal): -15606291 or 15588625. OLE color: 15588625.

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

Color convert

RGB17221237-
CMYK0.930.0700.07
HSL184.36º86.61%49.8%-
HSV(B)184.36º92.83%92.94%-
XYZ41.3757.9589.12-
YUV161.83170.4124.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.58%
GREEN value IS 221 (86.72% from 255) = 46.53%
BLUE value IS 237 (92.97% from 255) = 49.89%
R=3.58%
G=46.53%
B=49.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal172212370.930.0700.07184.3686.6149.8
Hex11DDED5D707b85732
Octal2133535513570727012762
Binary10001110111011110110110111011110111101110001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11DDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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