Html Css Color HEX #82E2EF Turquoise Blue

📋 copy color: '#82E2EF'

red 130 ◦ green 226 ◦ blue 239

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

Shades of Turquoise Blue #82E2EF

Tints of Turquoise Blue #82E2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.17%

R = 21.85%
G = 37.98%
B = 40.17%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#82E2EF (or 0x82E2EF) is known color: Turquoise Blue. HEX triplet: 82, E2 and EF. RGB value is (130,226,239). Sum of RGB (Red+Green+Blue) = 130+226+239=595 (78% of max value = 765). Red value is 130 (51.17% from 255 or 21.85% from 595); Green value is 226 (88.67% from 255 or 37.98% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #82E2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82E2EF is #7D1D10. Grayscale: #C6C6C6. Windows color (decimal): -8199441 or 15721090. OLE color: 15721090.

HSL color Cylindrical-coordinate representation of color #82E2EF: hue angle of 187.16º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82E2EF is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 130 226 239 -
CMYK 0.46 0.05 0 0.06
HSL 187.16º 0.77% 0.72% -
HSV(B) 187.16º 0.46% 0.94% -
XYZ 51.98 65.37 91.54 -
YUV 198.78 150.7 78.94 -
System Red Green Blue C M Y K H S L
Decimal 130 226 239 0.46 0.05 0 0.06 187.16 0.77 0.72
Hex 82 E2 EF 2E 5 0 6 BB 4D 48
Octal 202 342 357 56 5 0 6 273 115 110
Binary 10000010 11100010 11101111 101110 101 0 110 10111011 1001101 1001000

Color Harmonies of #82E2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E2EF

Black with #82E2EF

Text Example


Text Example

White with #82E2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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