#82E1EC

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

Shades of Turquoise Blue #82E1EC

Tints of Turquoise Blue #82E1EC

Color information

#82E1EC (or 0x82E1EC) is unknown color: approx Turquoise Blue. HEX triplet: 82, E1 and EC. RGB value is (130,225,236). Sum of RGB (Red+Green+Blue) = 130+225+236=591 (78% of max value = 765). Red value is 130 (51.17% from 255 or 22.00% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #82E1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82E1EC is #7D1E13. Grayscale: #C5C5C5. Windows color (decimal): -8199700 or 15524226. OLE color: 15524226.

HSL color Cylindrical-coordinate representation of color #82E1EC: hue angle of 186.23º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82E1EC is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB130225236-
CMYK0.450.0500.07
HSL186.23º73.61%71.76%-
HSV(B)186.23º44.92%92.55%-
XYZ51.2764.6589.13-
YUV197.85149.5379.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.00%
GREEN value IS 225 (88.28% from 255) = 38.07%
BLUE value IS 236 (92.58% from 255) = 39.93%
R=22.00%
G=38.07%
B=39.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1302252360.450.0500.07186.2373.6171.76
Hex82E1EC2D507ba4a48
Octal20234135455507272112110
Binary10000010111000011110110010110110101111011101010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,225,236); }

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

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

 a { background-color: rgb(130,225,236); }

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

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

 span { border-color: rgb(130,225,236); }

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