#11D2D8

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

Shades of Dark Turquoise #11D2D8

Tints of Dark Turquoise #11D2D8

Color information

#11D2D8 (or 0x11D2D8) is unknown color: approx Dark Turquoise. HEX triplet: 11, D2 and D8. RGB value is (17,210,216). Sum of RGB (Red+Green+Blue) = 17+210+216=443 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.84% from 443); Green value is 210 (82.42% from 255 or 47.40% from 443); Blue value is 216 (84.77% from 255 or 48.76% from 443); Max value from RGB is 216 - color contains mainly: blue. Hex color #11D2D8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11D2D8 is #EE2D27. Grayscale: #989898. Windows color (decimal): -15609128 or 14209553. OLE color: 14209553.

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

Color convert

RGB17210216-
CMYK0.920.0300.15
HSL181.81º85.41%45.69%-
HSV(B)181.81º92.13%84.71%-
XYZ35.6751.1772.96-
YUV152.98163.5631.01-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.84%
GREEN value IS 210 (82.42% from 255) = 47.40%
BLUE value IS 216 (84.77% from 255) = 48.76%
R=3.84%
G=47.40%
B=48.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal172102160.920.0300.15181.8185.4145.69
Hex11D2D85C30Fb6552e
Octal21322330134301726612556
Binary10001110100101101100010111001101111101101101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11D2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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