Html Css Color HEX #11EBEC Bright Turquoise

📋 copy color: '#11EBEC'

red 17 ◦ green 235 ◦ blue 236

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

Shades of Bright Turquoise #11EBEC

Tints of Bright Turquoise #11EBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.36%

R = 3.48%
G = 48.16%
B = 48.36%

CMYK

 C value IS 0.93

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#11EBEC (or 0x11EBEC) is known color: Bright Turquoise. HEX triplet: 11, EB and EC. RGB value is (17,235,236). Sum of RGB (Red+Green+Blue) = 17+235+236=488 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.48% from 488); Green value is 235 (92.19% from 255 or 48.16% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #11EBEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11EBEC is #EE1413. Grayscale: #A9A9A9. Windows color (decimal): -15602708 or 15526673. OLE color: 15526673.

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

Color convert

RGB 17 235 236 -
CMYK 0.93 0.00 0 0.07
HSL 180.27º 0.87% 0.5% -
HSV(B) 180.27º 0.93% 0.93% -
XYZ 45.08 65.59 89.64 -
YUV 169.93 165.28 18.92 -
System Red Green Blue C M Y K H S L
Decimal 17 235 236 0.93 0.00 0 0.07 180.27 0.87 0.5
Hex 11 EB EC 5D 0 0 7 B4 57 32
Octal 21 353 354 135 0 0 7 264 127 62
Binary 10001 11101011 11101100 1011101 0 0 111 10110100 1010111 110010

Color Harmonies of #11EBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11EBEC

Black with #11EBEC

Text Example


Text Example

White with #11EBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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