Html Css Color HEX #82E4E5 Turquoise Blue

📋 copy color: '#82E4E5'

red 130 ◦ green 228 ◦ blue 229

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

Shades of Turquoise Blue #82E4E5

Tints of Turquoise Blue #82E4E5

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.84%

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

R = 22.15%
G = 38.84%
B = 39.01%

CMYK

 C value IS 0.43

 M value IS 0.00

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#82E4E5 (or 0x82E4E5) is known color: Turquoise Blue. HEX triplet: 82, E4 and E5. RGB value is (130,228,229). Sum of RGB (Red+Green+Blue) = 130+228+229=587 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.15% from 587); Green value is 228 (89.45% from 255 or 38.84% from 587); Blue value is 229 (89.84% from 255 or 39.01% from 587); Max value from RGB is 229 - color contains mainly: blue. Hex color #82E4E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82E4E5 is #7D1B1A. Grayscale: #C6C6C6. Windows color (decimal): -8198939 or 15066242. OLE color: 15066242.

HSL color Cylindrical-coordinate representation of color #82E4E5: hue angle of 180.61º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82E4E5 is Cyan = 0.43, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 130 228 229 -
CMYK 0.43 0.00 0 0.10
HSL 180.61º 0.66% 0.7% -
HSV(B) 180.61º 0.43% 0.9% -
XYZ 51.09 65.89 84.15 -
YUV 198.81 145.03 78.92 -
System Red Green Blue C M Y K H S L
Decimal 130 228 229 0.43 0.00 0 0.10 180.61 0.66 0.7
Hex 82 E4 E5 2B 0 0 A B5 42 46
Octal 202 344 345 53 0 0 12 265 102 106
Binary 10000010 11100100 11100101 101011 0 0 1010 10110101 1000010 1000110

Color Harmonies of #82E4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E4E5

Black with #82E4E5

Text Example


Text Example

White with #82E4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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