Html Css Color HEX #11E8EA Bright Turquoise

📋 copy color: '#11E8EA'

red 17 ◦ green 232 ◦ blue 234

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

Shades of Bright Turquoise #11E8EA

Tints of Bright Turquoise #11E8EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.45%

R = 3.52%
G = 48.03%
B = 48.45%

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

#11E8EA (or 0x11E8EA) is known color: Bright Turquoise. HEX triplet: 11, E8 and EA. RGB value is (17,232,234). Sum of RGB (Red+Green+Blue) = 17+232+234=483 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.52% from 483); Green value is 232 (91.02% from 255 or 48.03% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #11E8EA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11E8EA is #EE1715. Grayscale: #A7A7A7. Windows color (decimal): -15603478 or 15394833. OLE color: 15394833.

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

Color convert

RGB 17 232 234 -
CMYK 0.93 0.01 0 0.08
HSL 180.55º 0.86% 0.49% -
HSV(B) 180.55º 0.93% 0.92% -
XYZ 43.94 63.77 87.84 -
YUV 167.94 165.27 20.34 -
System Red Green Blue C M Y K H S L
Decimal 17 232 234 0.93 0.01 0 0.08 180.55 0.86 0.49
Hex 11 E8 EA 5D 1 0 8 B5 56 31
Octal 21 350 352 135 1 0 10 265 126 61
Binary 10001 11101000 11101010 1011101 1 0 1000 10110101 1010110 110001

Color Harmonies of #11E8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11E8EA

Black with #11E8EA

Text Example


Text Example

White with #11E8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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