#86E4EC

Color #86E4EC Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #86E4EC

Tints of Turquoise Blue #86E4EC

Color information

#86E4EC (or 0x86E4EC) is unknown color: approx Turquoise Blue. HEX triplet: 86, E4 and EC. RGB value is (134,228,236). Sum of RGB (Red+Green+Blue) = 134+228+236=598 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.41% from 598); Green value is 228 (89.45% from 255 or 38.13% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #86E4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86E4EC is #791B13. Grayscale: #C8C8C8. Windows color (decimal): -7936788 or 15524998. OLE color: 15524998.

HSL color Cylindrical-coordinate representation of color #86E4EC: hue angle of 184.71º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86E4EC is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB134228236-
CMYK0.430.0300.07
HSL184.71º72.86%72.55%-
HSV(B)184.71º43.22%92.55%-
XYZ52.7266.6189.44-
YUV200.81147.8680.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.41%
GREEN value IS 228 (89.45% from 255) = 38.13%
BLUE value IS 236 (92.58% from 255) = 39.46%
R=22.41%
G=38.13%
B=39.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342282360.430.0300.07184.7172.8672.55
Hex86E4EC2B307b94949
Octal20634435453307271111111
Binary1000011011100100111011001010111101111011100110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86E4EC; }

 p { color: rgb(134,228,236); }

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

<style>
 a { background-color: #86E4EC; }

 a { background-color: rgb(134,228,236); }

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

<style>
 span { border-color: #86E4EC; }

 span { border-color: rgb(134,228,236); }

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