Html Css Color HEX #11E8EB Bright Turquoise

📋 copy color: '#11E8EB'

red 17 ◦ green 232 ◦ blue 235

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

Shades of Bright Turquoise #11E8EB

Tints of Bright Turquoise #11E8EB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.93%

 BLUE value IS 235 (92.19% from 255) = 48.55%

R = 3.51%
G = 47.93%
B = 48.55%

CMYK

 C value IS 0.93

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#11E8EB (or 0x11E8EB) is known color: Bright Turquoise. HEX triplet: 11, E8 and EB. RGB value is (17,232,235). Sum of RGB (Red+Green+Blue) = 17+232+235=484 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.51% from 484); Green value is 232 (91.02% from 255 or 47.93% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #11E8EB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11E8EB is #EE1714. Grayscale: #A7A7A7. Windows color (decimal): -15603477 or 15460369. OLE color: 15460369.

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

Color convert

RGB 17 232 235 -
CMYK 0.93 0.01 0 0.08
HSL 180.83º 0.87% 0.49% -
HSV(B) 180.83º 0.93% 0.92% -
XYZ 44.08 63.83 88.59 -
YUV 168.06 165.77 20.26 -
System Red Green Blue C M Y K H S L
Decimal 17 232 235 0.93 0.01 0 0.08 180.83 0.87 0.49
Hex 11 E8 EB 5D 1 0 8 B5 57 31
Octal 21 350 353 135 1 0 10 265 127 61
Binary 10001 11101000 11101011 1011101 1 0 1000 10110101 1010111 110001

Color Harmonies of #11E8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11E8EB

Black with #11E8EB

Text Example


Text Example

White with #11E8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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