Html Css Color HEX #11ECED Bright Turquoise

📋 copy color: '#11ECED'

red 17 ◦ green 236 ◦ blue 237

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

Shades of Bright Turquoise #11ECED

Tints of Bright Turquoise #11ECED

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.16%

 BLUE value IS 237 (92.97% from 255) = 48.37%

R = 3.47%
G = 48.16%
B = 48.37%

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

#11ECED (or 0x11ECED) is known color: Bright Turquoise. HEX triplet: 11, EC and ED. RGB value is (17,236,237). Sum of RGB (Red+Green+Blue) = 17+236+237=490 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.47% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #11ECED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11ECED is #EE1312. Grayscale: #AAAAAA. Windows color (decimal): -15602451 or 15592465. OLE color: 15592465.

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

Color convert

RGB 17 236 237 -
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.51 66.22 90.5 -
YUV 170.63 165.45 18.42 -
System Red Green Blue C M Y K H S L
Decimal 17 236 237 0.93 0.00 0 0.07 180.27 0.87 0.5
Hex 11 EC ED 5D 0 0 7 B4 57 32
Octal 21 354 355 135 0 0 7 264 127 62
Binary 10001 11101100 11101101 1011101 0 0 111 10110100 1010111 110010

Color Harmonies of #11ECED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ECED

Black with #11ECED

Text Example


Text Example

White with #11ECED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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