#11DDEE

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

Shades of Bright Turquoise #11DDEE

Tints of Bright Turquoise #11DDEE

Color information

#11DDEE (or 0x11DDEE) is unknown color: approx Bright Turquoise. HEX triplet: 11, DD and EE. RGB value is (17,221,238). Sum of RGB (Red+Green+Blue) = 17+221+238=476 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.57% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #11DDEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DDEE is #EE2211. Grayscale: #A1A1A1. Windows color (decimal): -15606290 or 15654161. OLE color: 15654161.

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

Color convert

RGB17221238-
CMYK0.930.0700.07
HSL184.62º86.67%50%-
HSV(B)184.62º92.86%93.33%-
XYZ41.5258.0189.9-
YUV161.94170.9124.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.57%
GREEN value IS 221 (86.72% from 255) = 46.43%
BLUE value IS 238 (93.36% from 255) = 50%
R=3.57%
G=46.43%
B=50%

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
Decimal172212380.930.0700.07184.6286.6750
Hex11DDEE5D707b95732
Octal2133535613570727112762
Binary10001110111011110111010111011110111101110011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11DDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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