Html Css Color HEX #82E2EC Turquoise Blue

📋 copy color: '#82E2EC'

red 130 ◦ green 226 ◦ blue 236

#82E2EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #82E2EC

Tints of Turquoise Blue #82E2EC

RGB

 RED value IS 130 (51.17% from 255) = 21.96%

 GREEN value IS 226 (88.67% from 255) = 38.18%

 BLUE value IS 236 (92.58% from 255) = 39.86%

R = 21.96%
G = 38.18%
B = 39.86%

CMYK

 C value IS 0.45

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#82E2EC (or 0x82E2EC) is known color: Turquoise Blue. HEX triplet: 82, E2 and EC. RGB value is (130,226,236). Sum of RGB (Red+Green+Blue) = 130+226+236=592 (78% of max value = 765). Red value is 130 (51.17% from 255 or 21.96% from 592); Green value is 226 (88.67% from 255 or 38.18% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #82E2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82E2EC is #7D1D13. Grayscale: #C6C6C6. Windows color (decimal): -8199444 or 15524482. OLE color: 15524482.

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

Color convert

RGB 130 226 236 -
CMYK 0.45 0.04 0 0.07
HSL 185.66º 0.74% 0.72% -
HSV(B) 185.66º 0.45% 0.93% -
XYZ 51.54 65.19 89.22 -
YUV 198.44 149.2 79.19 -
System Red Green Blue C M Y K H S L
Decimal 130 226 236 0.45 0.04 0 0.07 185.66 0.74 0.72
Hex 82 E2 EC 2D 4 0 7 BA 4A 48
Octal 202 342 354 55 4 0 7 272 112 110
Binary 10000010 11100010 11101100 101101 100 0 111 10111010 1001010 1001000

Color Harmonies of #82E2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E2EC

Black with #82E2EC

Text Example


Text Example

White with #82E2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82E2EC;
 }
 .AnyTagClassName
 {
   color: #82E2EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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