#86E4E6

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

Shades of Turquoise Blue #86E4E6

Tints of Turquoise Blue #86E4E6

Color information

#86E4E6 (or 0x86E4E6) is unknown color: approx Turquoise Blue. HEX triplet: 86, E4 and E6. RGB value is (134,228,230). Sum of RGB (Red+Green+Blue) = 134+228+230=592 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.64% from 592); Green value is 228 (89.45% from 255 or 38.51% from 592); Blue value is 230 (90.23% from 255 or 38.85% from 592); Max value from RGB is 230 - color contains mainly: blue. Hex color #86E4E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86E4E6 is #791B19. Grayscale: #C8C8C8. Windows color (decimal): -7936794 or 15131782. OLE color: 15131782.

HSL color Cylindrical-coordinate representation of color #86E4E6: hue angle of 181.25º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86E4E6 is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB134228230-
CMYK0.420.0100.10
HSL181.25º65.75%71.37%-
HSV(B)181.25º41.74%90.2%-
XYZ51.8666.2784.92-
YUV200.12144.8680.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.64%
GREEN value IS 228 (89.45% from 255) = 38.51%
BLUE value IS 230 (90.23% from 255) = 38.85%
R=22.64%
G=38.51%
B=38.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1342282300.420.0100.10181.2565.7571.37
Hex86E4E62A10Ab54247
Octal206344346521012265102107
Binary1000011011100100111001101010101010101011010110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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