Html Css Color HEX #82EAE5 Turquoise Blue

📋 copy color: '#82EAE5'

red 130 ◦ green 234 ◦ blue 229

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

Shades of Turquoise Blue #82EAE5

Tints of Turquoise Blue #82EAE5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.46%

 BLUE value IS 229 (89.84% from 255) = 38.62%

R = 21.92%
G = 39.46%
B = 38.62%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#82EAE5 (or 0x82EAE5) is known color: Turquoise Blue. HEX triplet: 82, EA and E5. RGB value is (130,234,229). Sum of RGB (Red+Green+Blue) = 130+234+229=593 (78% of max value = 765). Red value is 130 (51.17% from 255 or 21.92% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 234 - color contains mainly: green. Hex color #82EAE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EAE5 is #7D151A. Grayscale: #CACACA. Windows color (decimal): -8197403 or 15067778. OLE color: 15067778.

HSL color Cylindrical-coordinate representation of color #82EAE5: hue angle of 177.12º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82EAE5 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 234 229 -
CMYK 0.44 0 0.02 0.08
HSL 177.12º 0.71% 0.71% -
HSV(B) 177.12º 0.44% 0.92% -
XYZ 52.77 69.25 84.71 -
YUV 202.33 143.04 76.41 -
System Red Green Blue C M Y K H S L
Decimal 130 234 229 0.44 0 0.02 0.08 177.12 0.71 0.71
Hex 82 EA E5 2C 0 2 8 B1 47 47
Octal 202 352 345 54 0 2 10 261 107 107
Binary 10000010 11101010 11100101 101100 0 10 1000 10110001 1000111 1000111

Color Harmonies of #82EAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EAE5

Black with #82EAE5

Text Example


Text Example

White with #82EAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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