#84E2EB

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

Shades of Turquoise Blue #84E2EB

Tints of Turquoise Blue #84E2EB

Color information

#84E2EB (or 0x84E2EB) is unknown color: approx Turquoise Blue. HEX triplet: 84, E2 and EB. RGB value is (132,226,235). Sum of RGB (Red+Green+Blue) = 132+226+235=593 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.26% from 593); Green value is 226 (88.67% from 255 or 38.11% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #84E2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84E2EB is #7B1D14. Grayscale: #C6C6C6. Windows color (decimal): -8068373 or 15458948. OLE color: 15458948.

HSL color Cylindrical-coordinate representation of color #84E2EB: hue angle of 185.24º 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 #84E2EB is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB132226235-
CMYK0.440.0400.08
HSL185.24º72.03%71.96%-
HSV(B)185.24º43.83%92.16%-
XYZ51.7165.388.48-
YUV198.92148.3680.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.26%
GREEN value IS 226 (88.67% from 255) = 38.11%
BLUE value IS 235 (92.19% from 255) = 39.63%
R=22.26%
G=38.11%
B=39.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1322262350.440.0400.08185.2472.0371.96
Hex84E2EB2C408b94848
Octal204342353544010271110110
Binary100001001110001011101011101100100010001011100110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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