Html Css Color HEX #11CEDC Dark Turquoise

📋 copy color: '#11CEDC'

red 17 ◦ green 206 ◦ blue 220

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

Shades of Dark Turquoise #11CEDC

Tints of Dark Turquoise #11CEDC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.5%

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

R = 3.84%
G = 46.5%
B = 49.66%

CMYK

 C value IS 0.92

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#11CEDC (or 0x11CEDC) is known color: Dark Turquoise. HEX triplet: 11, CE and DC. RGB value is (17,206,220). Sum of RGB (Red+Green+Blue) = 17+206+220=443 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.84% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #11CEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11CEDC is #EE3123. Grayscale: #969696. Windows color (decimal): -15610148 or 14470673. OLE color: 14470673.

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

Color convert

RGB 17 206 220 -
CMYK 0.92 0.06 0 0.14
HSL 184.14º 0.86% 0.46% -
HSV(B) 184.14º 0.92% 0.86% -
XYZ 35.22 49.43 75.39 -
YUV 151.09 166.88 32.36 -
System Red Green Blue C M Y K H S L
Decimal 17 206 220 0.92 0.06 0 0.14 184.14 0.86 0.46
Hex 11 CE DC 5C 6 0 E B8 56 2E
Octal 21 316 334 134 6 0 16 270 126 56
Binary 10001 11001110 11011100 1011100 110 0 1110 10111000 1010110 101110

Color Harmonies of #11CEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CEDC

Black with #11CEDC

Text Example


Text Example

White with #11CEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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