#11DDDD

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

Shades of Bright Turquoise #11DDDD

Tints of Bright Turquoise #11DDDD

Color information

#11DDDD (or 0x11DDDD) is unknown color: approx Bright Turquoise. HEX triplet: 11, DD and DD. RGB value is (17,221,221). Sum of RGB (Red+Green+Blue) = 17+221+221=459 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.70% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #11DDDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DDDD is #EE2222. Grayscale: #9F9F9F. Windows color (decimal): -15606307 or 14540049. OLE color: 14540049.

HSL color Cylindrical-coordinate representation of color #11DDDD: hue angle of 180º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DDDD is Cyan = 0.92, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17221221-
CMYK0.92000.13
HSL180º85.71%46.67%-
HSV(B)180º92.31%86.67%-
XYZ39.1457.0577.36-
YUV160162.4126-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.70%
GREEN value IS 221 (86.72% from 255) = 48.15%
BLUE value IS 221 (86.72% from 255) = 48.15%
R=3.70%
G=48.15%
B=48.15%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal172212210.92000.1318085.7146.67
Hex11DDDD5C00Db4562f
Octal21335335134001526412657
Binary1000111011101110111011011100001101101101001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11DDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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