#11DBDD

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

Shades of Bright Turquoise #11DBDD

Tints of Bright Turquoise #11DBDD

Color information

#11DBDD (or 0x11DBDD) is unknown color: approx Bright Turquoise. HEX triplet: 11, DB and DD. RGB value is (17,219,221). Sum of RGB (Red+Green+Blue) = 17+219+221=457 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.72% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #11DBDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DBDD is #EE2422. Grayscale: #9E9E9E. Windows color (decimal): -15606819 or 14539537. OLE color: 14539537.

HSL color Cylindrical-coordinate representation of color #11DBDD: hue angle of 180.59º 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 #11DBDD is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17219221-
CMYK0.920.0100.13
HSL180.59º85.71%46.67%-
HSV(B)180.59º92.31%86.67%-
XYZ38.615677.18-
YUV158.83163.0826.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.72%
GREEN value IS 219 (85.94% from 255) = 47.92%
BLUE value IS 221 (86.72% from 255) = 48.36%
R=3.72%
G=47.92%
B=48.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal172192210.920.0100.13180.5985.7146.67
Hex11DBDD5C10Db5562f
Octal21333335134101526512657
Binary1000111011011110111011011100101101101101011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11DBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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