#11D3D8

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

Shades of Dark Turquoise #11D3D8

Tints of Dark Turquoise #11D3D8

Color information

#11D3D8 (or 0x11D3D8) is unknown color: approx Dark Turquoise. HEX triplet: 11, D3 and D8. RGB value is (17,211,216). Sum of RGB (Red+Green+Blue) = 17+211+216=444 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.83% from 444); Green value is 211 (82.81% from 255 or 47.52% from 444); Blue value is 216 (84.77% from 255 or 48.65% from 444); Max value from RGB is 216 - color contains mainly: blue. Hex color #11D3D8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11D3D8 is #EE2C27. Grayscale: #999999. Windows color (decimal): -15608872 or 14209809. OLE color: 14209809.

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

Color convert

RGB17211216-
CMYK0.920.0200.15
HSL181.51º85.41%45.69%-
HSV(B)181.51º92.13%84.71%-
XYZ35.9251.6773.05-
YUV153.56163.2330.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.83%
GREEN value IS 211 (82.81% from 255) = 47.52%
BLUE value IS 216 (84.77% from 255) = 48.65%
R=3.83%
G=47.52%
B=48.65%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal172112160.920.0200.15181.5185.4145.69
Hex11D3D85C20Fb6552e
Octal21323330134201726612556
Binary10001110100111101100010111001001111101101101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11D3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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