Html Css Color HEX #11DACC Dark Turquoise

📋 copy color: '#11DACC'

red 17 ◦ green 218 ◦ blue 204

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

Shades of Dark Turquoise #11DACC

Tints of Dark Turquoise #11DACC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.66%

 BLUE value IS 204 (80.08% from 255) = 46.47%

R = 3.87%
G = 49.66%
B = 46.47%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#11DACC (or 0x11DACC) is known color: Dark Turquoise. HEX triplet: 11, DA and CC. RGB value is (17,218,204). Sum of RGB (Red+Green+Blue) = 17+218+204=439 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.87% from 439); Green value is 218 (85.55% from 255 or 49.66% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 218 - color contains mainly: green. Hex color #11DACC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DACC is #EE2533. Grayscale: #9C9C9C. Windows color (decimal): -15607092 or 13425169. OLE color: 13425169.

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

Color convert

RGB 17 218 204 -
CMYK 0.92 0 0.06 0.15
HSL 175.82º 0.86% 0.46% -
HSV(B) 175.82º 0.92% 0.85% -
XYZ 36.2 54.62 65.76 -
YUV 156.31 154.91 28.64 -
System Red Green Blue C M Y K H S L
Decimal 17 218 204 0.92 0 0.06 0.15 175.82 0.86 0.46
Hex 11 DA CC 5C 0 6 F B0 56 2E
Octal 21 332 314 134 0 6 17 260 126 56
Binary 10001 11011010 11001100 1011100 0 110 1111 10110000 1010110 101110

Color Harmonies of #11DACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DACC

Black with #11DACC

Text Example


Text Example

White with #11DACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,218,204); }

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

background-color css

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

 a { background-color: rgb(17,218,204); }

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

border-color css

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

 span { border-color: rgb(17,218,204); }

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