Html Css Color HEX #11EEDB Bright Turquoise

📋 copy color: '#11EEDB'

red 17 ◦ green 238 ◦ blue 219

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

Shades of Bright Turquoise #11EEDB

Tints of Bright Turquoise #11EEDB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50.21%

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

R = 3.59%
G = 50.21%
B = 46.2%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#11EEDB (or 0x11EEDB) is known color: Bright Turquoise. HEX triplet: 11, EE and DB. RGB value is (17,238,219). Sum of RGB (Red+Green+Blue) = 17+238+219=474 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.59% from 474); Green value is 238 (93.36% from 255 or 50.21% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 238 - color contains mainly: green. Hex color #11EEDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11EEDB is #EE1124. Grayscale: #A9A9A9. Windows color (decimal): -15601957 or 14413329. OLE color: 14413329.

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

Color convert

RGB 17 238 219 -
CMYK 0.93 0 0.08 0.07
HSL 174.84º 0.87% 0.5% -
HSV(B) 174.84º 0.93% 0.93% -
XYZ 43.59 66.38 77.53 -
YUV 169.76 155.78 19.04 -
System Red Green Blue C M Y K H S L
Decimal 17 238 219 0.93 0 0.08 0.07 174.84 0.87 0.5
Hex 11 EE DB 5D 0 8 7 AF 57 32
Octal 21 356 333 135 0 10 7 257 127 62
Binary 10001 11101110 11011011 1011101 0 1000 111 10101111 1010111 110010

Color Harmonies of #11EEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11EEDB

Black with #11EEDB

Text Example


Text Example

White with #11EEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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