Html Css Color HEX #11E5EF Bright Turquoise

📋 copy color: '#11E5EF'

red 17 ◦ green 229 ◦ blue 239

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

Shades of Bright Turquoise #11E5EF

Tints of Bright Turquoise #11E5EF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.22%

 BLUE value IS 239 (93.75% from 255) = 49.28%

R = 3.51%
G = 47.22%
B = 49.28%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#11E5EF (or 0x11E5EF) is known color: Bright Turquoise. HEX triplet: 11, E5 and EF. RGB value is (17,229,239). Sum of RGB (Red+Green+Blue) = 17+229+239=485 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.51% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #11E5EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11E5EF is #EE1A10. Grayscale: #A6A6A6. Windows color (decimal): -15604241 or 15721745. OLE color: 15721745.

HSL color Cylindrical-coordinate representation of color #11E5EF: hue angle of 182.7º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11E5EF is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 17 229 239 -
CMYK 0.93 0.04 0 0.06
HSL 182.7º 0.87% 0.5% -
HSV(B) 182.7º 0.93% 0.94% -
XYZ 43.83 62.39 91.39 -
YUV 166.75 168.76 21.19 -
System Red Green Blue C M Y K H S L
Decimal 17 229 239 0.93 0.04 0 0.06 182.7 0.87 0.5
Hex 11 E5 EF 5D 4 0 6 B7 57 32
Octal 21 345 357 135 4 0 6 267 127 62
Binary 10001 11100101 11101111 1011101 100 0 110 10110111 1010111 110010

Color Harmonies of #11E5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11E5EF

Black with #11E5EF

Text Example


Text Example

White with #11E5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,229,239); }

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

background-color css

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

 a { background-color: rgb(17,229,239); }

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

border-color css

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

 span { border-color: rgb(17,229,239); }

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