Html Css Color HEX #11EBBE Bright Turquoise

📋 copy color: '#11EBBE'

red 17 ◦ green 235 ◦ blue 190

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

Shades of Bright Turquoise #11EBBE

Tints of Bright Turquoise #11EBBE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 53.17%

 BLUE value IS 190 (74.61% from 255) = 42.99%

R = 3.85%
G = 53.17%
B = 42.99%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#11EBBE (or 0x11EBBE) is known color: Bright Turquoise. HEX triplet: 11, EB and BE. RGB value is (17,235,190). Sum of RGB (Red+Green+Blue) = 17+235+190=442 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.85% from 442); Green value is 235 (92.19% from 255 or 53.17% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 235 - color contains mainly: green. Hex color #11EBBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11EBBE is #EE1441. Grayscale: #A4A4A4. Windows color (decimal): -15602754 or 12512017. OLE color: 12512017.

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

Color convert

RGB 17 235 190 -
CMYK 0.93 0 0.19 0.08
HSL 167.61º 0.87% 0.49% -
HSV(B) 167.61º 0.93% 0.92% -
XYZ 39.23 63.25 58.86 -
YUV 164.69 142.28 22.66 -
System Red Green Blue C M Y K H S L
Decimal 17 235 190 0.93 0 0.19 0.08 167.61 0.87 0.49
Hex 11 EB BE 5D 0 13 8 A8 57 31
Octal 21 353 276 135 0 23 10 250 127 61
Binary 10001 11101011 10111110 1011101 0 10011 1000 10101000 1010111 110001

Color Harmonies of #11EBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11EBBE

Black with #11EBBE

Text Example


Text Example

White with #11EBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,235,190); }

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

background-color css

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

 a { background-color: rgb(17,235,190); }

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

border-color css

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

 span { border-color: rgb(17,235,190); }

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