#11DAED

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

Shades of Bright Turquoise #11DAED

Tints of Bright Turquoise #11DAED

Color information

#11DAED (or 0x11DAED) is unknown color: approx Bright Turquoise. HEX triplet: 11, DA and ED. RGB value is (17,218,237). Sum of RGB (Red+Green+Blue) = 17+218+237=472 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.60% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #11DAED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DAED is #EE2512. Grayscale: #9F9F9F. Windows color (decimal): -15607059 or 15587857. OLE color: 15587857.

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

Color convert

RGB17218237-
CMYK0.930.0800.07
HSL185.18º86.61%49.8%-
HSV(B)185.18º92.83%92.94%-
XYZ40.5956.3888.86-
YUV160.07171.4125.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.60%
GREEN value IS 218 (85.55% from 255) = 46.19%
BLUE value IS 237 (92.97% from 255) = 50.21%
R=3.60%
G=46.19%
B=50.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal172182370.930.0800.07185.1886.6149.8
Hex11DAED5D807b95732
Octal21332355135100727112762
Binary100011101101011101101101110110000111101110011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11DAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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