Html Css Color HEX #11E2D6 Bright Turquoise

📋 copy color: '#11E2D6'

red 17 ◦ green 226 ◦ blue 214

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

Shades of Bright Turquoise #11E2D6

Tints of Bright Turquoise #11E2D6

RGB

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

 GREEN value IS 226 (88.67% from 255) = 49.45%

 BLUE value IS 214 (83.98% from 255) = 46.83%

R = 3.72%
G = 49.45%
B = 46.83%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#11E2D6 (or 0x11E2D6) is known color: Bright Turquoise. HEX triplet: 11, E2 and D6. RGB value is (17,226,214). Sum of RGB (Red+Green+Blue) = 17+226+214=457 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.72% from 457); Green value is 226 (88.67% from 255 or 49.45% from 457); Blue value is 214 (83.98% from 255 or 46.83% from 457); Max value from RGB is 226 - color contains mainly: green. Hex color #11E2D6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11E2D6 is #EE1D29. Grayscale: #A1A1A1. Windows color (decimal): -15605034 or 14082577. OLE color: 14082577.

HSL color Cylindrical-coordinate representation of color #11E2D6: hue angle of 176.56º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11E2D6 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB 17 226 214 -
CMYK 0.92 0 0.05 0.11
HSL 176.56º 0.86% 0.48% -
HSV(B) 176.56º 0.92% 0.89% -
XYZ 39.57 59.37 72.99 -
YUV 162.14 157.26 24.48 -
System Red Green Blue C M Y K H S L
Decimal 17 226 214 0.92 0 0.05 0.11 176.56 0.86 0.48
Hex 11 E2 D6 5C 0 5 B B1 56 30
Octal 21 342 326 134 0 5 13 261 126 60
Binary 10001 11100010 11010110 1011100 0 101 1011 10110001 1010110 110000

Color Harmonies of #11E2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11E2D6

Black with #11E2D6

Text Example


Text Example

White with #11E2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,226,214); }

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

background-color css

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

 a { background-color: rgb(17,226,214); }

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

border-color css

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

 span { border-color: rgb(17,226,214); }

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