#11FEC6

Color #11FEC6 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #11FEC6

Tints of Bright Turquoise #11FEC6

Color information

#11FEC6 (or 0x11FEC6) is unknown color: approx Bright Turquoise. HEX triplet: 11, FE and C6. RGB value is (17,254,198). Sum of RGB (Red+Green+Blue) = 17+254+198=469 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.62% from 469); Green value is 254 (99.61% from 255 or 54.16% from 469); Blue value is 198 (77.73% from 255 or 42.22% from 469); Max value from RGB is 254 - color contains mainly: green. Hex color #11FEC6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FEC6 is #EE0139. Grayscale: #B0B0B0. Windows color (decimal): -15597882 or 13041169. OLE color: 13041169.

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

Color convert

RGB17254198-
CMYK0.9300.220.00
HSL165.82º99.16%53.14%-
HSV(B)165.82º93.31%99.61%-
XYZ45.8775.0865.5-
YUV176.75139.9814.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.62%
GREEN value IS 254 (99.61% from 255) = 54.16%
BLUE value IS 198 (77.73% from 255) = 42.22%
R=3.62%
G=54.16%
B=42.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal172541980.9300.220.00165.8299.1653.14
Hex11FEC65D0160a66335
Octal21376306135026024614365
Binary10001111111101100011010111010101100101001101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11FEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #11FEC6;
 }
 .AnyTagClassName
 {
   color: #11FEC6;
 }
</style>
background-color css

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

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

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

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

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

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