#11C4DD

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

Shades of Dark Turquoise #11C4DD

Tints of Dark Turquoise #11C4DD

Color information

#11C4DD (or 0x11C4DD) is unknown color: approx Dark Turquoise. HEX triplet: 11, C4 and DD. RGB value is (17,196,221). Sum of RGB (Red+Green+Blue) = 17+196+221=434 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.92% from 434); Green value is 196 (76.95% from 255 or 45.16% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #11C4DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11C4DD is #EE3B22. Grayscale: #919191. Windows color (decimal): -15612707 or 14533649. OLE color: 14533649.

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

Color convert

RGB17196221-
CMYK0.920.1100.13
HSL187.35º85.71%46.67%-
HSV(B)187.35º92.31%86.67%-
XYZ33.0244.8275.32-
YUV145.33170.736.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.92%
GREEN value IS 196 (76.95% from 255) = 45.16%
BLUE value IS 221 (86.72% from 255) = 50.92%
R=3.92%
G=45.16%
B=50.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171962210.920.1100.13187.3585.7146.67
Hex11C4DD5CB0Dbb562f
Octal213043351341301527312657
Binary1000111000100110111011011100101101101101110111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11C4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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