Html Css Color HEX #11ECDB Bright Turquoise

📋 copy color: '#11ECDB'

red 17 ◦ green 236 ◦ blue 219

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

Shades of Bright Turquoise #11ECDB

Tints of Bright Turquoise #11ECDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.4%

R = 3.6%
G = 50%
B = 46.4%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#11ECDB (or 0x11ECDB) is known color: Bright Turquoise. HEX triplet: 11, EC and DB. RGB value is (17,236,219). Sum of RGB (Red+Green+Blue) = 17+236+219=472 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.60% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #11ECDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11ECDB is #EE1324. Grayscale: #A8A8A8. Windows color (decimal): -15602469 or 14412817. OLE color: 14412817.

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

Color convert

RGB 17 236 219 -
CMYK 0.93 0 0.07 0.07
HSL 175.34º 0.87% 0.5% -
HSV(B) 175.34º 0.93% 0.93% -
XYZ 43.01 65.22 77.34 -
YUV 168.58 156.45 19.88 -
System Red Green Blue C M Y K H S L
Decimal 17 236 219 0.93 0 0.07 0.07 175.34 0.87 0.5
Hex 11 EC DB 5D 0 7 7 AF 57 32
Octal 21 354 333 135 0 7 7 257 127 62
Binary 10001 11101100 11011011 1011101 0 111 111 10101111 1010111 110010

Color Harmonies of #11ECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ECDB

Black with #11ECDB

Text Example


Text Example

White with #11ECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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