#84E4EB

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

Shades of Turquoise Blue #84E4EB

Tints of Turquoise Blue #84E4EB

Color information

#84E4EB (or 0x84E4EB) is unknown color: approx Turquoise Blue. HEX triplet: 84, E4 and EB. RGB value is (132,228,235). Sum of RGB (Red+Green+Blue) = 132+228+235=595 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.18% from 595); Green value is 228 (89.45% from 255 or 38.32% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #84E4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84E4EB is #7B1B14. Grayscale: #C7C7C7. Windows color (decimal): -8067861 or 15459460. OLE color: 15459460.

HSL color Cylindrical-coordinate representation of color #84E4EB: hue angle of 184.08º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84E4EB is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB132228235-
CMYK0.440.0300.08
HSL184.08º72.03%71.96%-
HSV(B)184.08º43.83%92.16%-
XYZ52.2566.3988.66-
YUV200.09147.779.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.18%
GREEN value IS 228 (89.45% from 255) = 38.32%
BLUE value IS 235 (92.19% from 255) = 39.50%
R=22.18%
G=38.32%
B=39.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1322282350.440.0300.08184.0872.0371.96
Hex84E4EB2C308b84848
Octal204344353543010270110110
Binary10000100111001001110101110110011010001011100010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84E4EB; }

 p { color: rgb(132,228,235); }

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

<style>
 a { background-color: #84E4EB; }

 a { background-color: rgb(132,228,235); }

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

<style>
 span { border-color: #84E4EB; }

 span { border-color: rgb(132,228,235); }

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