Html Css Color HEX #11FEDB Bright Turquoise

📋 copy color: '#11FEDB'

red 17 ◦ green 254 ◦ blue 219

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

Shades of Bright Turquoise #11FEDB

Tints of Bright Turquoise #11FEDB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 51.84%

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

R = 3.47%
G = 51.84%
B = 44.69%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#11FEDB (or 0x11FEDB) is known color: Bright Turquoise. HEX triplet: 11, FE and DB. RGB value is (17,254,219). Sum of RGB (Red+Green+Blue) = 17+254+219=490 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.47% from 490); Green value is 254 (99.61% from 255 or 51.84% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 254 - color contains mainly: green. Hex color #11FEDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FEDB is #EE0124. Grayscale: #B3B3B3. Windows color (decimal): -15597861 or 14417425. OLE color: 14417425.

HSL color Cylindrical-coordinate representation of color #11FEDB: hue angle of 171.14º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FEDB is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 17 254 219 -
CMYK 0.93 0 0.14 0.00
HSL 171.14º 0.99% 0.53% -
HSV(B) 171.14º 0.93% 1% -
XYZ 48.46 76.12 79.16 -
YUV 179.15 150.48 12.35 -
System Red Green Blue C M Y K H S L
Decimal 17 254 219 0.93 0 0.14 0.00 171.14 0.99 0.53
Hex 11 FE DB 5D 0 E 0 AB 63 35
Octal 21 376 333 135 0 16 0 253 143 65
Binary 10001 11111110 11011011 1011101 0 1110 0 10101011 1100011 110101

Color Harmonies of #11FEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FEDB

Black with #11FEDB

Text Example


Text Example

White with #11FEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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