Html Css Color HEX #84EAE2 Turquoise Blue

📋 copy color: '#84EAE2'

red 132 ◦ green 234 ◦ blue 226

#84EAE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #84EAE2

Tints of Turquoise Blue #84EAE2

RGB

 RED value IS 132 (51.95% from 255) = 22.3%

 GREEN value IS 234 (91.8% from 255) = 39.53%

 BLUE value IS 226 (88.67% from 255) = 38.18%

R = 22.3%
G = 39.53%
B = 38.18%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#84EAE2 (or 0x84EAE2) is known color: Turquoise Blue. HEX triplet: 84, EA and E2. RGB value is (132,234,226). Sum of RGB (Red+Green+Blue) = 132+234+226=592 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.30% from 592); Green value is 234 (91.80% from 255 or 39.53% from 592); Blue value is 226 (88.67% from 255 or 38.18% from 592); Max value from RGB is 234 - color contains mainly: green. Hex color #84EAE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EAE2 is #7B151D. Grayscale: #CACACA. Windows color (decimal): -8066334 or 14871172. OLE color: 14871172.

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

Color convert

RGB 132 234 226 -
CMYK 0.44 0 0.03 0.08
HSL 175.29º 0.71% 0.72% -
HSV(B) 175.29º 0.44% 0.92% -
XYZ 52.67 69.24 82.54 -
YUV 202.59 141.21 77.65 -
System Red Green Blue C M Y K H S L
Decimal 132 234 226 0.44 0 0.03 0.08 175.29 0.71 0.72
Hex 84 EA E2 2C 0 3 8 AF 47 48
Octal 204 352 342 54 0 3 10 257 107 110
Binary 10000100 11101010 11100010 101100 0 11 1000 10101111 1000111 1001000

Color Harmonies of #84EAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EAE2

Black with #84EAE2

Text Example


Text Example

White with #84EAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84EAE2;
 }
 .AnyTagClassName
 {
   color: #84EAE2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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