#11e6e8

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

Shades of Bright Turquoise #11E6E8

Tints of Bright Turquoise #11E6E8

Color information

#11E6E8 (or 0x11E6E8) is unknown color: approx Bright Turquoise. HEX triplet: 11, E6 and E8. RGB value is (17,230,232). Sum of RGB (Red+Green+Blue) = 17+230+232=479 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.55% from 479); Green value is 230 (90.23% from 255 or 48.02% from 479); Blue value is 232 (91.02% from 255 or 48.43% from 479); Max value from RGB is 232 - color contains mainly: blue. Hex color #11E6E8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11E6E8 is #EE1917. Grayscale: #A6A6A6. Windows color (decimal): -15603992 or 15263249. OLE color: 15263249.

HSL color Cylindrical-coordinate representation of color #11E6E8: hue angle of 180.56º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11E6E8 is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17230232-
CMYK0.930.0100.09
HSL180.56º86.35%48.82%-
HSV(B)180.56º92.67%90.98%-
XYZ43.0962.5486.14-
YUV166.54164.9321.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.55%
GREEN value IS 230 (90.23% from 255) = 48.02%
BLUE value IS 232 (91.02% from 255) = 48.43%
R=3.55%
G=48.02%
B=48.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal172302320.930.0100.09180.5686.3548.82
Hex11E6E85D109b55631
Octal21346350135101126512661
Binary1000111100110111010001011101101001101101011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11e6e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,230,232); }

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

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

 a { background-color: rgb(17,230,232); }

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

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

 span { border-color: rgb(17,230,232); }

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