#84E3EB

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

Shades of Turquoise Blue #84E3EB

Tints of Turquoise Blue #84E3EB

Color information

#84E3EB (or 0x84E3EB) is unknown color: approx Turquoise Blue. HEX triplet: 84, E3 and EB. RGB value is (132,227,235). Sum of RGB (Red+Green+Blue) = 132+227+235=594 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.22% from 594); Green value is 227 (89.06% from 255 or 38.22% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #84E3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84E3EB is #7B1C14. Grayscale: #C7C7C7. Windows color (decimal): -8068117 or 15459204. OLE color: 15459204.

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

Color convert

RGB132227235-
CMYK0.440.0300.08
HSL184.66º72.03%71.96%-
HSV(B)184.66º43.83%92.16%-
XYZ51.9865.8488.57-
YUV199.51148.0379.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.22%
GREEN value IS 227 (89.06% from 255) = 38.22%
BLUE value IS 235 (92.19% from 255) = 39.56%
R=22.22%
G=38.22%
B=39.56%

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
Decimal1322272350.440.0300.08184.6672.0371.96
Hex84E3EB2C308b94848
Octal204343353543010271110110
Binary10000100111000111110101110110011010001011100110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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