Html Css Color HEX #11EADE Bright Turquoise

📋 copy color: '#11EADE'

red 17 ◦ green 234 ◦ blue 222

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

Shades of Bright Turquoise #11EADE

Tints of Bright Turquoise #11EADE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.47%

 BLUE value IS 222 (87.11% from 255) = 46.93%

R = 3.59%
G = 49.47%
B = 46.93%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#11EADE (or 0x11EADE) is known color: Bright Turquoise. HEX triplet: 11, EA and DE. RGB value is (17,234,222). Sum of RGB (Red+Green+Blue) = 17+234+222=473 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.59% from 473); Green value is 234 (91.80% from 255 or 49.47% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 234 - color contains mainly: green. Hex color #11EADE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11EADE is #EE1521. Grayscale: #A7A7A7. Windows color (decimal): -15602978 or 14608913. OLE color: 14608913.

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

Color convert

RGB 17 234 222 -
CMYK 0.93 0 0.05 0.08
HSL 176.68º 0.86% 0.49% -
HSV(B) 176.68º 0.93% 0.92% -
XYZ 42.84 64.24 79.25 -
YUV 167.75 158.61 20.48 -
System Red Green Blue C M Y K H S L
Decimal 17 234 222 0.93 0 0.05 0.08 176.68 0.86 0.49
Hex 11 EA DE 5D 0 5 8 B1 56 31
Octal 21 352 336 135 0 5 10 261 126 61
Binary 10001 11101010 11011110 1011101 0 101 1000 10110001 1010110 110001

Color Harmonies of #11EADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11EADE

Black with #11EADE

Text Example


Text Example

White with #11EADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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