#82E3DF

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

Shades of Turquoise Blue #82E3DF

Tints of Turquoise Blue #82E3DF

Color information

#82E3DF (or 0x82E3DF) is unknown color: approx Turquoise Blue. HEX triplet: 82, E3 and DF. RGB value is (130,227,223). Sum of RGB (Red+Green+Blue) = 130+227+223=580 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.41% from 580); Green value is 227 (89.06% from 255 or 39.14% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 227 - color contains mainly: green. Hex color #82E3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82E3DF is #7D1C20. Grayscale: #C5C5C5. Windows color (decimal): -8199201 or 14672770. OLE color: 14672770.

HSL color Cylindrical-coordinate representation of color #82E3DF: hue angle of 177.53º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82E3DF is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB130227223-
CMYK0.4300.020.11
HSL177.53º63.4%70%-
HSV(B)177.53º42.73%89.02%-
XYZ49.9965.0179.73-
YUV197.54142.3679.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 22.41%
GREEN value IS 227 (89.06% from 255) = 39.14%
BLUE value IS 223 (87.5% from 255) = 38.45%
R=22.41%
G=39.14%
B=38.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1302272230.4300.020.11177.5363.470
Hex82E3DF2B02Bb23f46
Octal20234333753021326277106
Binary1000001011100011110111111010110101011101100101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,227,223); }

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

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

 a { background-color: rgb(130,227,223); }

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

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

 span { border-color: rgb(130,227,223); }

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