#82EAE5

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

Shades of Turquoise Blue #82EAE5

Tints of Turquoise Blue #82EAE5

Color information

#82EAE5 (or 0x82EAE5) is unknown color: approx Turquoise Blue. HEX triplet: 82, EA and E5. RGB value is (130,234,229). Sum of RGB (Red+Green+Blue) = 130+234+229=593 (78% of max value = 765). Red value is 130 (51.17% from 255 or 21.92% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 234 - color contains mainly: green. Hex color #82EAE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EAE5 is #7D151A. Grayscale: #CACACA. Windows color (decimal): -8197403 or 15067778. OLE color: 15067778.

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

Color convert

RGB130234229-
CMYK0.4400.020.08
HSL177.12º71.23%71.37%-
HSV(B)177.12º44.44%91.76%-
XYZ52.7769.2584.71-
YUV202.33143.0476.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.92%
GREEN value IS 234 (91.80% from 255) = 39.46%
BLUE value IS 229 (89.84% from 255) = 38.62%
R=21.92%
G=39.46%
B=38.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1302342290.4400.020.08177.1271.2371.37
Hex82EAE52C028b14747
Octal202352345540210261107107
Binary10000010111010101110010110110001010001011000110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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