#84E5EB

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

Shades of Turquoise Blue #84E5EB

Tints of Turquoise Blue #84E5EB

Color information

#84E5EB (or 0x84E5EB) is unknown color: approx Turquoise Blue. HEX triplet: 84, E5 and EB. RGB value is (132,229,235). Sum of RGB (Red+Green+Blue) = 132+229+235=596 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.15% from 596); Green value is 229 (89.84% from 255 or 38.42% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 235 - color contains mainly: blue. Hex color #84E5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84E5EB is #7B1A14. Grayscale: #C8C8C8. Windows color (decimal): -8067605 or 15459716. OLE color: 15459716.

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

Color convert

RGB132229235-
CMYK0.440.0300.08
HSL183.5º72.03%71.96%-
HSV(B)183.5º43.83%92.16%-
XYZ52.5366.9488.75-
YUV200.68147.3679.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.15%
GREEN value IS 229 (89.84% from 255) = 38.42%
BLUE value IS 235 (92.19% from 255) = 39.43%
R=22.15%
G=38.42%
B=39.43%

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
Decimal1322292350.440.0300.08183.572.0371.96
Hex84E5EB2C308b74848
Octal204345353543010267110110
Binary10000100111001011110101110110011010001011011110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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