Html Css Color HEX #11DDCC Bright Turquoise

📋 copy color: '#11DDCC'

red 17 ◦ green 221 ◦ blue 204

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

Shades of Bright Turquoise #11DDCC

Tints of Bright Turquoise #11DDCC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50%

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

R = 3.85%
G = 50%
B = 46.15%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#11DDCC (or 0x11DDCC) is known color: Bright Turquoise. HEX triplet: 11, DD and CC. RGB value is (17,221,204). Sum of RGB (Red+Green+Blue) = 17+221+204=442 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.85% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #11DDCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DDCC is #EE2233. Grayscale: #9D9D9D. Windows color (decimal): -15606324 or 13425937. OLE color: 13425937.

HSL color Cylindrical-coordinate representation of color #11DDCC: hue angle of 175º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DDCC is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 221 204 -
CMYK 0.92 0 0.08 0.13
HSL 175º 0.86% 0.47% -
HSV(B) 175º 0.92% 0.87% -
XYZ 36.99 56.19 66.02 -
YUV 158.07 153.91 27.38 -
System Red Green Blue C M Y K H S L
Decimal 17 221 204 0.92 0 0.08 0.13 175 0.86 0.47
Hex 11 DD CC 5C 0 8 D AF 56 2F
Octal 21 335 314 134 0 10 15 257 126 57
Binary 10001 11011101 11001100 1011100 0 1000 1101 10101111 1010110 101111

Color Harmonies of #11DDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DDCC

Black with #11DDCC

Text Example


Text Example

White with #11DDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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