#11F7E2

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

Shades of Bright Turquoise #11F7E2

Tints of Bright Turquoise #11F7E2

Color information

#11F7E2 (or 0x11F7E2) is unknown color: approx Bright Turquoise. HEX triplet: 11, F7 and E2. RGB value is (17,247,226). Sum of RGB (Red+Green+Blue) = 17+247+226=490 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.47% from 490); Green value is 247 (96.88% from 255 or 50.41% from 490); Blue value is 226 (88.67% from 255 or 46.12% from 490); Max value from RGB is 247 - color contains mainly: green. Hex color #11F7E2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11F7E2 is #EE081D. Grayscale: #AFAFAF. Windows color (decimal): -15599646 or 14874385. OLE color: 14874385.

HSL color Cylindrical-coordinate representation of color #11F7E2: hue angle of 174.52º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F7E2 is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB17247226-
CMYK0.9300.090.03
HSL174.52º93.5%51.76%-
HSV(B)174.52º93.12%96.86%-
XYZ47.2272.1383.39-
YUV175.84156.314.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.47%
GREEN value IS 247 (96.88% from 255) = 50.41%
BLUE value IS 226 (88.67% from 255) = 46.12%
R=3.47%
G=50.41%
B=46.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal172472260.9300.090.03174.5293.551.76
Hex11F7E25D093af5d34
Octal21367342135011325713564
Binary10001111101111110001010111010100111101011111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11F7E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,247,226); }

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

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

 a { background-color: rgb(17,247,226); }

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

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

 span { border-color: rgb(17,247,226); }

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