#82E4ED

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

Shades of Turquoise Blue #82E4ED

Tints of Turquoise Blue #82E4ED

Color information

#82E4ED (or 0x82E4ED) is unknown color: approx Turquoise Blue. HEX triplet: 82, E4 and ED. RGB value is (130,228,237). Sum of RGB (Red+Green+Blue) = 130+228+237=595 (78% of max value = 765). Red value is 130 (51.17% from 255 or 21.85% from 595); Green value is 228 (89.45% from 255 or 38.32% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #82E4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82E4ED is #7D1B12. Grayscale: #C7C7C7. Windows color (decimal): -8198931 or 15590530. OLE color: 15590530.

HSL color Cylindrical-coordinate representation of color #82E4ED: hue angle of 185.05º degrees, saturation: 0.75, 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 #82E4ED is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB130228237-
CMYK0.450.0400.07
HSL185.05º74.83%71.96%-
HSV(B)185.05º45.15%92.94%-
XYZ52.2466.3590.17-
YUV199.72149.0378.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.85%
GREEN value IS 228 (89.45% from 255) = 38.32%
BLUE value IS 237 (92.97% from 255) = 39.83%
R=21.85%
G=38.32%
B=39.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1302282370.450.0400.07185.0574.8371.96
Hex82E4ED2D407b94b48
Octal20234435555407271113110
Binary10000010111001001110110110110110001111011100110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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