Html Css Color HEX #11ECCB Bright Turquoise

📋 copy color: '#11ECCB'

red 17 ◦ green 236 ◦ blue 203

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

Shades of Bright Turquoise #11ECCB

Tints of Bright Turquoise #11ECCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.52%

R = 3.73%
G = 51.75%
B = 44.52%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#11ECCB (or 0x11ECCB) is known color: Bright Turquoise. HEX triplet: 11, EC and CB. RGB value is (17,236,203). Sum of RGB (Red+Green+Blue) = 17+236+203=456 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.73% from 456); Green value is 236 (92.58% from 255 or 51.75% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 236 - color contains mainly: green. Hex color #11ECCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11ECCB is #EE1334. Grayscale: #A6A6A6. Windows color (decimal): -15602485 or 13364241. OLE color: 13364241.

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

Color convert

RGB 17 236 203 -
CMYK 0.93 0 0.14 0.07
HSL 170.96º 0.87% 0.5% -
HSV(B) 170.96º 0.93% 0.93% -
XYZ 41.01 64.42 66.77 -
YUV 166.76 148.45 21.18 -
System Red Green Blue C M Y K H S L
Decimal 17 236 203 0.93 0 0.14 0.07 170.96 0.87 0.5
Hex 11 EC CB 5D 0 E 7 AB 57 32
Octal 21 354 313 135 0 16 7 253 127 62
Binary 10001 11101100 11001011 1011101 0 1110 111 10101011 1010111 110010

Color Harmonies of #11ECCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ECCB

Black with #11ECCB

Text Example


Text Example

White with #11ECCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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