Html Css Color HEX #11D6CD Dark Turquoise

📋 copy color: '#11D6CD'

red 17 ◦ green 214 ◦ blue 205

#11D6CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Turquoise #11D6CD

Tints of Dark Turquoise #11D6CD

RGB

 RED value IS 17 (7.03% from 255) = 3.9%

 GREEN value IS 214 (83.98% from 255) = 49.08%

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 3.9%
G = 49.08%
B = 47.02%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#11D6CD (or 0x11D6CD) is known color: Dark Turquoise. HEX triplet: 11, D6 and CD. RGB value is (17,214,205). Sum of RGB (Red+Green+Blue) = 17+214+205=436 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.90% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #11D6CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11D6CD is #EE2932. Grayscale: #999999. Windows color (decimal): -15608115 or 13489681. OLE color: 13489681.

HSL color Cylindrical-coordinate representation of color #11D6CD: hue angle of 177.26º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D6CD is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 17 214 205 -
CMYK 0.92 0 0.04 0.16
HSL 177.26º 0.85% 0.45% -
HSV(B) 177.26º 0.92% 0.84% -
XYZ 35.3 52.62 66.05 -
YUV 154.07 156.73 30.23 -
System Red Green Blue C M Y K H S L
Decimal 17 214 205 0.92 0 0.04 0.16 177.26 0.85 0.45
Hex 11 D6 CD 5C 0 4 10 B1 55 2D
Octal 21 326 315 134 0 4 20 261 125 55
Binary 10001 11010110 11001101 1011100 0 100 10000 10110001 1010101 101101

Color Harmonies of #11D6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11D6CD

Black with #11D6CD

Text Example


Text Example

White with #11D6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,214,205); }

 H1.HeaderClassName
 {
   color: #11D6CD;
 }
 .AnyTagClassName
 {
   color: #11D6CD;
 }
</style>

background-color css

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

 a { background-color: rgb(17,214,205); }

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

border-color css

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

 span { border-color: rgb(17,214,205); }

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