#82E3EC

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

Shades of Turquoise Blue #82E3EC

Tints of Turquoise Blue #82E3EC

Color information

#82E3EC (or 0x82E3EC) is unknown color: approx Turquoise Blue. HEX triplet: 82, E3 and EC. RGB value is (130,227,236). Sum of RGB (Red+Green+Blue) = 130+227+236=593 (78% of max value = 765). Red value is 130 (51.17% from 255 or 21.92% from 593); Green value is 227 (89.06% from 255 or 38.28% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #82E3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82E3EC is #7D1C13. Grayscale: #C6C6C6. Windows color (decimal): -8199188 or 15524738. OLE color: 15524738.

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

Color convert

RGB130227236-
CMYK0.450.0400.07
HSL185.09º73.61%71.76%-
HSV(B)185.09º44.92%92.55%-
XYZ51.8265.7489.32-
YUV199.02148.8678.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 21.92%
GREEN value IS 227 (89.06% from 255) = 38.28%
BLUE value IS 236 (92.58% from 255) = 39.80%
R=21.92%
G=38.28%
B=39.80%

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
Decimal1302272360.450.0400.07185.0973.6171.76
Hex82E3EC2D407b94a48
Octal20234335455407271112110
Binary10000010111000111110110010110110001111011100110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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