#82e5eb

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

Shades of Turquoise Blue #82E5EB

Tints of Turquoise Blue #82E5EB

Color information

#82E5EB (or 0x82E5EB) is unknown color: approx Turquoise Blue. HEX triplet: 82, E5 and EB. RGB value is (130,229,235). Sum of RGB (Red+Green+Blue) = 130+229+235=594 (78% of max value = 765). Red value is 130 (51.17% from 255 or 21.89% from 594); Green value is 229 (89.84% from 255 or 38.55% 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 #82E5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82E5EB is #7D1A14. Grayscale: #C7C7C7. Windows color (decimal): -8198677 or 15459714. OLE color: 15459714.

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

Color convert

RGB130229235-
CMYK0.450.0300.08
HSL183.43º72.41%71.57%-
HSV(B)183.43º44.68%92.16%-
XYZ52.2266.7888.74-
YUV200.08147.778.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.89%
GREEN value IS 229 (89.84% from 255) = 38.55%
BLUE value IS 235 (92.19% from 255) = 39.56%
R=21.89%
G=38.55%
B=39.56%

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
Decimal1302292350.450.0300.08183.4372.4171.57
Hex82E5EB2D308b74848
Octal202345353553010267110110
Binary10000010111001011110101110110111010001011011110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82e5eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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