Html Css Color HEX #11DCD1 Bright Turquoise

📋 copy color: '#11DCD1'

red 17 ◦ green 220 ◦ blue 209

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

Shades of Bright Turquoise #11DCD1

Tints of Bright Turquoise #11DCD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 46.86%

R = 3.81%
G = 49.33%
B = 46.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#11DCD1 (or 0x11DCD1) is known color: Bright Turquoise. HEX triplet: 11, DC and D1. RGB value is (17,220,209). Sum of RGB (Red+Green+Blue) = 17+220+209=446 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.81% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 209 (82.03% from 255 or 46.86% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #11DCD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DCD1 is #EE232E. Grayscale: #9D9D9D. Windows color (decimal): -15606575 or 13753361. OLE color: 13753361.

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

Color convert

RGB 17 220 209 -
CMYK 0.92 0 0.05 0.14
HSL 176.75º 0.86% 0.46% -
HSV(B) 176.75º 0.92% 0.86% -
XYZ 37.33 55.91 69.15 -
YUV 158.05 156.75 27.39 -
System Red Green Blue C M Y K H S L
Decimal 17 220 209 0.92 0 0.05 0.14 176.75 0.86 0.46
Hex 11 DC D1 5C 0 5 E B1 56 2E
Octal 21 334 321 134 0 5 16 261 126 56
Binary 10001 11011100 11010001 1011100 0 101 1110 10110001 1010110 101110

Color Harmonies of #11DCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DCD1

Black with #11DCD1

Text Example


Text Example

White with #11DCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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