Html Css Color HEX #11DCCB Dark Turquoise

📋 copy color: '#11DCCB'

red 17 ◦ green 220 ◦ blue 203

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

Shades of Dark Turquoise #11DCCB

Tints of Dark Turquoise #11DCCB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50%

 BLUE value IS 203 (79.69% from 255) = 46.14%

R = 3.86%
G = 50%
B = 46.14%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#11DCCB (or 0x11DCCB) is known color: Dark Turquoise. HEX triplet: 11, DC and CB. RGB value is (17,220,203). Sum of RGB (Red+Green+Blue) = 17+220+203=440 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.86% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #11DCCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DCCB is #EE2334. Grayscale: #9D9D9D. Windows color (decimal): -15606581 or 13360145. OLE color: 13360145.

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

Color convert

RGB 17 220 203 -
CMYK 0.92 0 0.08 0.14
HSL 174.98º 0.86% 0.46% -
HSV(B) 174.98º 0.92% 0.86% -
XYZ 36.6 55.62 65.31 -
YUV 157.37 153.75 27.88 -
System Red Green Blue C M Y K H S L
Decimal 17 220 203 0.92 0 0.08 0.14 174.98 0.86 0.46
Hex 11 DC CB 5C 0 8 E AF 56 2E
Octal 21 334 313 134 0 10 16 257 126 56
Binary 10001 11011100 11001011 1011100 0 1000 1110 10101111 1010110 101110

Color Harmonies of #11DCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DCCB

Black with #11DCCB

Text Example


Text Example

White with #11DCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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