Html Css Color HEX #82E5EF Turquoise Blue

📋 copy color: '#82E5EF'

red 130 ◦ green 229 ◦ blue 239

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

Shades of Turquoise Blue #82E5EF

Tints of Turquoise Blue #82E5EF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.29%

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

R = 21.74%
G = 38.29%
B = 39.97%

CMYK

 C value IS 0.46

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#82E5EF (or 0x82E5EF) is known color: Turquoise Blue. HEX triplet: 82, E5 and EF. RGB value is (130,229,239). Sum of RGB (Red+Green+Blue) = 130+229+239=598 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.74% from 598); Green value is 229 (89.84% from 255 or 38.29% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 239 - color contains mainly: blue. Hex color #82E5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82E5EF is #7D1A10. Grayscale: #C8C8C8. Windows color (decimal): -8198673 or 15721858. OLE color: 15721858.

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

Color convert

RGB 130 229 239 -
CMYK 0.46 0.04 0 0.06
HSL 185.5º 0.77% 0.72% -
HSV(B) 185.5º 0.46% 0.94% -
XYZ 52.81 67.02 91.81 -
YUV 200.54 149.7 77.69 -
System Red Green Blue C M Y K H S L
Decimal 130 229 239 0.46 0.04 0 0.06 185.5 0.77 0.72
Hex 82 E5 EF 2E 4 0 6 BA 4D 48
Octal 202 345 357 56 4 0 6 272 115 110
Binary 10000010 11100101 11101111 101110 100 0 110 10111010 1001101 1001000

Color Harmonies of #82E5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E5EF

Black with #82E5EF

Text Example


Text Example

White with #82E5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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