Html Css Color HEX #52EABB Turquoise

📋 copy color: '#52EABB'

red 82 ◦ green 234 ◦ blue 187

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

Shades of Turquoise #52EABB

Tints of Turquoise #52EABB

RGB

 RED value IS 82 (32.42% from 255) = 16.3%

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

 BLUE value IS 187 (73.44% from 255) = 37.18%

R = 16.3%
G = 46.52%
B = 37.18%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#52EABB (or 0x52EABB) is known color: Turquoise. HEX triplet: 52, EA and BB. RGB value is (82,234,187). Sum of RGB (Red+Green+Blue) = 82+234+187=503 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.30% from 503); Green value is 234 (91.80% from 255 or 46.52% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 234 - color contains mainly: green. Hex color #52EABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EABB is #AD1544. Grayscale: #B7B7B7. Windows color (decimal): -11343173 or 12315218. OLE color: 12315218.

HSL color Cylindrical-coordinate representation of color #52EABB: hue angle of 161.45º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52EABB is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 234 187 -
CMYK 0.65 0 0.20 0.08
HSL 161.45º 0.78% 0.62% -
HSV(B) 161.45º 0.65% 0.92% -
XYZ 41.87 64.23 57.2 -
YUV 183.19 130.14 55.82 -
System Red Green Blue C M Y K H S L
Decimal 82 234 187 0.65 0 0.20 0.08 161.45 0.78 0.62
Hex 52 EA BB 41 0 14 8 A1 4E 3E
Octal 122 352 273 101 0 24 10 241 116 76
Binary 1010010 11101010 10111011 1000001 0 10100 1000 10100001 1001110 111110

Color Harmonies of #52EABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EABB

Black with #52EABB

Text Example


Text Example

White with #52EABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52EABB; }

 p { color: rgb(82,234,187); }

 H1.HeaderClassName
 {
   color: #52EABB;
 }
 .AnyTagClassName
 {
   color: #52EABB;
 }
</style>

background-color css

<style>
 a { background-color: #52EABB; }

 a { background-color: rgb(82,234,187); }

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

border-color css

<style>
 span { border-color: #52EABB; }

 span { border-color: rgb(82,234,187); }

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