Html Css Color HEX #11EAC5 Bright Turquoise

📋 copy color: '#11EAC5'

red 17 ◦ green 234 ◦ blue 197

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

Shades of Bright Turquoise #11EAC5

Tints of Bright Turquoise #11EAC5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 52.23%

 BLUE value IS 197 (77.34% from 255) = 43.97%

R = 3.79%
G = 52.23%
B = 43.97%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#11EAC5 (or 0x11EAC5) is known color: Bright Turquoise. HEX triplet: 11, EA and C5. RGB value is (17,234,197). Sum of RGB (Red+Green+Blue) = 17+234+197=448 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.79% from 448); Green value is 234 (91.80% from 255 or 52.23% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 234 - color contains mainly: green. Hex color #11EAC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11EAC5 is #EE153A. Grayscale: #A4A4A4. Windows color (decimal): -15603003 or 12970513. OLE color: 12970513.

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

Color convert

RGB 17 234 197 -
CMYK 0.93 0 0.16 0.08
HSL 169.77º 0.86% 0.49% -
HSV(B) 169.77º 0.93% 0.92% -
XYZ 39.73 63 62.89 -
YUV 164.9 146.11 22.51 -
System Red Green Blue C M Y K H S L
Decimal 17 234 197 0.93 0 0.16 0.08 169.77 0.86 0.49
Hex 11 EA C5 5D 0 10 8 AA 56 31
Octal 21 352 305 135 0 20 10 252 126 61
Binary 10001 11101010 11000101 1011101 0 10000 1000 10101010 1010110 110001

Color Harmonies of #11EAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11EAC5

Black with #11EAC5

Text Example


Text Example

White with #11EAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,234,197); }

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

background-color css

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

 a { background-color: rgb(17,234,197); }

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

border-color css

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

 span { border-color: rgb(17,234,197); }

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