Html Css Color HEX #11E4BD Bright Turquoise

📋 copy color: '#11E4BD'

red 17 ◦ green 228 ◦ blue 189

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

Shades of Bright Turquoise #11E4BD

Tints of Bright Turquoise #11E4BD

RGB

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

 GREEN value IS 228 (89.45% from 255) = 52.53%

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

R = 3.92%
G = 52.53%
B = 43.55%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#11E4BD (or 0x11E4BD) is known color: Bright Turquoise. HEX triplet: 11, E4 and BD. RGB value is (17,228,189). Sum of RGB (Red+Green+Blue) = 17+228+189=434 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.92% from 434); Green value is 228 (89.45% from 255 or 52.53% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 228 - color contains mainly: green. Hex color #11E4BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11E4BD is #EE1B42. Grayscale: #A0A0A0. Windows color (decimal): -15604547 or 12444689. OLE color: 12444689.

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

Color convert

RGB 17 228 189 -
CMYK 0.93 0 0.17 0.11
HSL 168.91º 0.86% 0.48% -
HSV(B) 168.91º 0.93% 0.89% -
XYZ 37.16 59.28 57.63 -
YUV 160.47 144.1 25.67 -
System Red Green Blue C M Y K H S L
Decimal 17 228 189 0.93 0 0.17 0.11 168.91 0.86 0.48
Hex 11 E4 BD 5D 0 11 B A9 56 30
Octal 21 344 275 135 0 21 13 251 126 60
Binary 10001 11100100 10111101 1011101 0 10001 1011 10101001 1010110 110000

Color Harmonies of #11E4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11E4BD

Black with #11E4BD

Text Example


Text Example

White with #11E4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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