Html Css Color HEX #84E1EA Turquoise Blue

📋 copy color: '#84E1EA'

red 132 ◦ green 225 ◦ blue 234

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

Shades of Turquoise Blue #84E1EA

Tints of Turquoise Blue #84E1EA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.07%

 BLUE value IS 234 (91.8% from 255) = 39.59%

R = 22.34%
G = 38.07%
B = 39.59%

CMYK

 C value IS 0.44

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#84E1EA (or 0x84E1EA) is known color: Turquoise Blue. HEX triplet: 84, E1 and EA. RGB value is (132,225,234). Sum of RGB (Red+Green+Blue) = 132+225+234=591 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.34% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #84E1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84E1EA is #7B1E15. Grayscale: #C6C6C6. Windows color (decimal): -8068630 or 15393156. OLE color: 15393156.

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

Color convert

RGB 132 225 234 -
CMYK 0.44 0.04 0 0.08
HSL 185.29º 0.71% 0.72% -
HSV(B) 185.29º 0.44% 0.92% -
XYZ 51.29 64.7 87.63 -
YUV 198.22 148.19 80.77 -
System Red Green Blue C M Y K H S L
Decimal 132 225 234 0.44 0.04 0 0.08 185.29 0.71 0.72
Hex 84 E1 EA 2C 4 0 8 B9 47 48
Octal 204 341 352 54 4 0 10 271 107 110
Binary 10000100 11100001 11101010 101100 100 0 1000 10111001 1000111 1001000

Color Harmonies of #84E1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E1EA

Black with #84E1EA

Text Example


Text Example

White with #84E1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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