#11E4F0

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

Shades of Bright Turquoise #11E4F0

Tints of Bright Turquoise #11E4F0

Color information

#11E4F0 (or 0x11E4F0) is unknown color: approx Bright Turquoise. HEX triplet: 11, E4 and F0. RGB value is (17,228,240). Sum of RGB (Red+Green+Blue) = 17+228+240=485 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.51% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 240 (94.14% from 255 or 49.48% from 485); Max value from RGB is 240 - color contains mainly: blue. Hex color #11E4F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11E4F0 is #EE1B0F. Grayscale: #A6A6A6. Windows color (decimal): -15604496 or 15787025. OLE color: 15787025.

HSL color Cylindrical-coordinate representation of color #11E4F0: hue angle of 183.23º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11E4F0 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17228240-
CMYK0.930.0500.06
HSL183.23º88.14%50.39%-
HSV(B)183.23º92.92%94.12%-
XYZ43.761.992.08-
YUV166.28169.621.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.51%
GREEN value IS 228 (89.45% from 255) = 47.01%
BLUE value IS 240 (94.14% from 255) = 49.48%
R=3.51%
G=47.01%
B=49.48%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal172282400.930.0500.06183.2388.1450.39
Hex11E4F05D506b75832
Octal2134436013550626713062
Binary10001111001001111000010111011010110101101111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11E4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,228,240); }

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

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

 a { background-color: rgb(17,228,240); }

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

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

 span { border-color: rgb(17,228,240); }

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