Html Css Color HEX #11EAC9 Bright Turquoise

📋 copy color: '#11EAC9'

red 17 ◦ green 234 ◦ blue 201

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

Shades of Bright Turquoise #11EAC9

Tints of Bright Turquoise #11EAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.47%

R = 3.76%
G = 51.77%
B = 44.47%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#11EAC9 (or 0x11EAC9) is known color: Bright Turquoise. HEX triplet: 11, EA and C9. RGB value is (17,234,201). Sum of RGB (Red+Green+Blue) = 17+234+201=452 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.76% from 452); Green value is 234 (91.80% from 255 or 51.77% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 234 - color contains mainly: green. Hex color #11EAC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11EAC9 is #EE1536. Grayscale: #A5A5A5. Windows color (decimal): -15602999 or 13232657. OLE color: 13232657.

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

Color convert

RGB 17 234 201 -
CMYK 0.93 0 0.14 0.08
HSL 170.88º 0.86% 0.49% -
HSV(B) 170.88º 0.93% 0.92% -
XYZ 40.2 63.18 65.34 -
YUV 165.36 148.11 22.18 -
System Red Green Blue C M Y K H S L
Decimal 17 234 201 0.93 0 0.14 0.08 170.88 0.86 0.49
Hex 11 EA C9 5D 0 E 8 AB 56 31
Octal 21 352 311 135 0 16 10 253 126 61
Binary 10001 11101010 11001001 1011101 0 1110 1000 10101011 1010110 110001

Color Harmonies of #11EAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11EAC9

Black with #11EAC9

Text Example


Text Example

White with #11EAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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