#11D2DC

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

Shades of Dark Turquoise #11D2DC

Tints of Dark Turquoise #11D2DC

Color information

#11D2DC (or 0x11D2DC) is unknown color: approx Dark Turquoise. HEX triplet: 11, D2 and DC. RGB value is (17,210,220). Sum of RGB (Red+Green+Blue) = 17+210+220=447 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.80% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #11D2DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11D2DC is #EE2D23. Grayscale: #999999. Windows color (decimal): -15609124 or 14471697. OLE color: 14471697.

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

Color convert

RGB17210220-
CMYK0.920.0500.14
HSL182.96º85.65%46.47%-
HSV(B)182.96º92.27%86.27%-
XYZ36.251.3875.72-
YUV153.43165.5630.69-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.80%
GREEN value IS 210 (82.42% from 255) = 46.98%
BLUE value IS 220 (86.33% from 255) = 49.22%
R=3.80%
G=46.98%
B=49.22%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal172102200.920.0500.14182.9685.6546.47
Hex11D2DC5C50Eb7562e
Octal21322334134501626712656
Binary100011101001011011100101110010101110101101111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11D2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,210,220); }

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

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

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

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

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

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

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