Html Css Color HEX #11DCD4 Bright Turquoise

📋 copy color: '#11DCD4'

red 17 ◦ green 220 ◦ blue 212

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

Shades of Bright Turquoise #11DCD4

Tints of Bright Turquoise #11DCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 47.22%

R = 3.79%
G = 49%
B = 47.22%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#11DCD4 (or 0x11DCD4) is known color: Bright Turquoise. HEX triplet: 11, DC and D4. RGB value is (17,220,212). Sum of RGB (Red+Green+Blue) = 17+220+212=449 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.79% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 212 (83.20% from 255 or 47.22% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #11DCD4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DCD4 is #EE232B. Grayscale: #9E9E9E. Windows color (decimal): -15606572 or 13949969. OLE color: 13949969.

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

Color convert

RGB 17 220 212 -
CMYK 0.92 0 0.04 0.14
HSL 177.64º 0.86% 0.46% -
HSV(B) 177.64º 0.92% 0.86% -
XYZ 37.71 56.06 71.12 -
YUV 158.39 158.25 27.15 -
System Red Green Blue C M Y K H S L
Decimal 17 220 212 0.92 0 0.04 0.14 177.64 0.86 0.46
Hex 11 DC D4 5C 0 4 E B2 56 2E
Octal 21 334 324 134 0 4 16 262 126 56
Binary 10001 11011100 11010100 1011100 0 100 1110 10110010 1010110 101110

Color Harmonies of #11DCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DCD4

Black with #11DCD4

Text Example


Text Example

White with #11DCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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