Html Css Color HEX #11CCDC Dark Turquoise

📋 copy color: '#11CCDC'

red 17 ◦ green 204 ◦ blue 220

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

Shades of Dark Turquoise #11CCDC

Tints of Dark Turquoise #11CCDC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.26%

 BLUE value IS 220 (86.33% from 255) = 49.89%

R = 3.85%
G = 46.26%
B = 49.89%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#11CCDC (or 0x11CCDC) is known color: Dark Turquoise. HEX triplet: 11, CC and DC. RGB value is (17,204,220). Sum of RGB (Red+Green+Blue) = 17+204+220=441 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.85% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #11CCDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11CCDC is #EE3323. Grayscale: #959595. Windows color (decimal): -15610660 or 14470161. OLE color: 14470161.

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

Color convert

RGB 17 204 220 -
CMYK 0.92 0.07 0 0.14
HSL 184.73º 0.86% 0.46% -
HSV(B) 184.73º 0.92% 0.86% -
XYZ 34.74 48.47 75.24 -
YUV 149.91 167.55 33.2 -
System Red Green Blue C M Y K H S L
Decimal 17 204 220 0.92 0.07 0 0.14 184.73 0.86 0.46
Hex 11 CC DC 5C 7 0 E B9 56 2E
Octal 21 314 334 134 7 0 16 271 126 56
Binary 10001 11001100 11011100 1011100 111 0 1110 10111001 1010110 101110

Color Harmonies of #11CCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CCDC

Black with #11CCDC

Text Example


Text Example

White with #11CCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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