Html Css Color HEX #11E9BD Bright Turquoise

📋 copy color: '#11E9BD'

red 17 ◦ green 233 ◦ blue 189

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

Shades of Bright Turquoise #11E9BD

Tints of Bright Turquoise #11E9BD

RGB

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

 GREEN value IS 233 (91.41% from 255) = 53.08%

 BLUE value IS 189 (74.22% from 255) = 43.05%

R = 3.87%
G = 53.08%
B = 43.05%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#11E9BD (or 0x11E9BD) is known color: Bright Turquoise. HEX triplet: 11, E9 and BD. RGB value is (17,233,189). Sum of RGB (Red+Green+Blue) = 17+233+189=439 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.87% from 439); Green value is 233 (91.41% from 255 or 53.08% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 233 - color contains mainly: green. Hex color #11E9BD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11E9BD is #EE1642. Grayscale: #A3A3A3. Windows color (decimal): -15603267 or 12445969. OLE color: 12445969.

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

Color convert

RGB 17 233 189 -
CMYK 0.93 0 0.19 0.09
HSL 167.78º 0.86% 0.49% -
HSV(B) 167.78º 0.93% 0.91% -
XYZ 38.56 62.07 58.09 -
YUV 163.4 142.44 23.58 -
System Red Green Blue C M Y K H S L
Decimal 17 233 189 0.93 0 0.19 0.09 167.78 0.86 0.49
Hex 11 E9 BD 5D 0 13 9 A8 56 31
Octal 21 351 275 135 0 23 11 250 126 61
Binary 10001 11101001 10111101 1011101 0 10011 1001 10101000 1010110 110001

Color Harmonies of #11E9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11E9BD

Black with #11E9BD

Text Example


Text Example

White with #11E9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,233,189); }

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

background-color css

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

 a { background-color: rgb(17,233,189); }

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

border-color css

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

 span { border-color: rgb(17,233,189); }

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