Html Css Color HEX #11FED6 Bright Turquoise

📋 copy color: '#11FED6'

red 17 ◦ green 254 ◦ blue 214

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

Shades of Bright Turquoise #11FED6

Tints of Bright Turquoise #11FED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.12%

R = 3.51%
G = 52.37%
B = 44.12%

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

#11FED6 (or 0x11FED6) is known color: Bright Turquoise. HEX triplet: 11, FE and D6. RGB value is (17,254,214). Sum of RGB (Red+Green+Blue) = 17+254+214=485 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.51% from 485); Green value is 254 (99.61% from 255 or 52.37% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 254 - color contains mainly: green. Hex color #11FED6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FED6 is #EE0129. Grayscale: #B2B2B2. Windows color (decimal): -15597866 or 14089745. OLE color: 14089745.

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

Color convert

RGB 17 254 214 -
CMYK 0.93 0 0.16 0.00
HSL 169.87º 0.99% 0.53% -
HSV(B) 169.87º 0.93% 1% -
XYZ 47.81 75.86 75.74 -
YUV 178.58 147.98 12.75 -
System Red Green Blue C M Y K H S L
Decimal 17 254 214 0.93 0 0.16 0.00 169.87 0.99 0.53
Hex 11 FE D6 5D 0 10 0 AA 63 35
Octal 21 376 326 135 0 20 0 252 143 65
Binary 10001 11111110 11010110 1011101 0 10000 0 10101010 1100011 110101

Color Harmonies of #11FED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FED6

Black with #11FED6

Text Example


Text Example

White with #11FED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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