#82E4EB

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

Shades of Turquoise Blue #82E4EB

Tints of Turquoise Blue #82E4EB

Color information

#82E4EB (or 0x82E4EB) is unknown color: approx Turquoise Blue. HEX triplet: 82, E4 and EB. RGB value is (130,228,235). Sum of RGB (Red+Green+Blue) = 130+228+235=593 (78% of max value = 765). Red value is 130 (51.17% from 255 or 21.92% from 593); Green value is 228 (89.45% from 255 or 38.45% 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 #82E4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82E4EB is #7D1B14. Grayscale: #C7C7C7. Windows color (decimal): -8198933 or 15459458. OLE color: 15459458.

HSL color Cylindrical-coordinate representation of color #82E4EB: hue angle of 184º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82E4EB is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB130228235-
CMYK0.450.0300.08
HSL184º72.41%71.57%-
HSV(B)184º44.68%92.16%-
XYZ51.9466.2388.64-
YUV199.5148.0378.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.92%
GREEN value IS 228 (89.45% from 255) = 38.45%
BLUE value IS 235 (92.19% from 255) = 39.63%
R=21.92%
G=38.45%
B=39.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1302282350.450.0300.0818472.4171.57
Hex82E4EB2D308b84848
Octal202344353553010270110110
Binary10000010111001001110101110110111010001011100010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82E4EB; }

 p { color: rgb(130,228,235); }

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

<style>
 a { background-color: #82E4EB; }

 a { background-color: rgb(130,228,235); }

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

<style>
 span { border-color: #82E4EB; }

 span { border-color: rgb(130,228,235); }

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