#11DEED

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

Shades of Bright Turquoise #11DEED

Tints of Bright Turquoise #11DEED

Color information

#11DEED (or 0x11DEED) is unknown color: approx Bright Turquoise. HEX triplet: 11, DE and ED. RGB value is (17,222,237). Sum of RGB (Red+Green+Blue) = 17+222+237=476 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.57% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #11DEED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DEED is #EE2112. Grayscale: #A2A2A2. Windows color (decimal): -15606035 or 15588881. OLE color: 15588881.

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

Color convert

RGB17222237-
CMYK0.930.0600.07
HSL184.09º86.61%49.8%-
HSV(B)184.09º92.83%92.94%-
XYZ41.6458.4889.21-
YUV162.42170.0824.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.57%
GREEN value IS 222 (87.11% from 255) = 46.64%
BLUE value IS 237 (92.97% from 255) = 49.79%
R=3.57%
G=46.64%
B=49.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal172222370.930.0600.07184.0986.6149.8
Hex11DEED5D607b85732
Octal2133635513560727012762
Binary10001110111101110110110111011100111101110001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11DEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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