Html Css Color HEX #11FED5 Bright Turquoise

📋 copy color: '#11FED5'

red 17 ◦ green 254 ◦ blue 213

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

Shades of Bright Turquoise #11FED5

Tints of Bright Turquoise #11FED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.01%

R = 3.51%
G = 52.48%
B = 44.01%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#11FED5 (or 0x11FED5) is known color: Bright Turquoise. HEX triplet: 11, FE and D5. RGB value is (17,254,213). Sum of RGB (Red+Green+Blue) = 17+254+213=484 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.51% from 484); Green value is 254 (99.61% from 255 or 52.48% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 254 - color contains mainly: green. Hex color #11FED5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FED5 is #EE012A. Grayscale: #B2B2B2. Windows color (decimal): -15597867 or 14024209. OLE color: 14024209.

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

Color convert

RGB 17 254 213 -
CMYK 0.93 0 0.16 0.00
HSL 169.62º 0.99% 0.53% -
HSV(B) 169.62º 0.93% 1% -
XYZ 47.68 75.81 75.07 -
YUV 178.46 147.48 12.83 -
System Red Green Blue C M Y K H S L
Decimal 17 254 213 0.93 0 0.16 0.00 169.62 0.99 0.53
Hex 11 FE D5 5D 0 10 0 AA 63 35
Octal 21 376 325 135 0 20 0 252 143 65
Binary 10001 11111110 11010101 1011101 0 10000 0 10101010 1100011 110101

Color Harmonies of #11FED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FED5

Black with #11FED5

Text Example


Text Example

White with #11FED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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