Html Css Color HEX #11EAEC Bright Turquoise

📋 copy color: '#11EAEC'

red 17 ◦ green 234 ◦ blue 236

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

Shades of Bright Turquoise #11EAEC

Tints of Bright Turquoise #11EAEC

RGB

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

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

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

R = 3.49%
G = 48.05%
B = 48.46%

CMYK

 C value IS 0.93

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#11EAEC (or 0x11EAEC) is known color: Bright Turquoise. HEX triplet: 11, EA and EC. RGB value is (17,234,236). Sum of RGB (Red+Green+Blue) = 17+234+236=487 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.49% from 487); Green value is 234 (91.80% from 255 or 48.05% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #11EAEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11EAEC is #EE1513. Grayscale: #A9A9A9. Windows color (decimal): -15602964 or 15526417. OLE color: 15526417.

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

Color convert

RGB 17 234 236 -
CMYK 0.93 0.01 0 0.07
HSL 180.55º 0.87% 0.5% -
HSV(B) 180.55º 0.93% 0.93% -
XYZ 44.79 65.02 89.55 -
YUV 169.35 165.61 19.34 -
System Red Green Blue C M Y K H S L
Decimal 17 234 236 0.93 0.01 0 0.07 180.55 0.87 0.5
Hex 11 EA EC 5D 1 0 7 B5 57 32
Octal 21 352 354 135 1 0 7 265 127 62
Binary 10001 11101010 11101100 1011101 1 0 111 10110101 1010111 110010

Color Harmonies of #11EAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11EAEC

Black with #11EAEC

Text Example


Text Example

White with #11EAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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