Html Css Color HEX #52EDC5 Turquoise

📋 copy color: '#52EDC5'

red 82 ◦ green 237 ◦ blue 197

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

Shades of Turquoise #52EDC5

Tints of Turquoise #52EDC5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.93%

 BLUE value IS 197 (77.34% from 255) = 38.18%

R = 15.89%
G = 45.93%
B = 38.18%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#52EDC5 (or 0x52EDC5) is known color: Turquoise. HEX triplet: 52, ED and C5. RGB value is (82,237,197). Sum of RGB (Red+Green+Blue) = 82+237+197=516 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.89% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 237 - color contains mainly: green. Hex color #52EDC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EDC5 is #AD123A. Grayscale: #BABABA. Windows color (decimal): -11342395 or 12971346. OLE color: 12971346.

HSL color Cylindrical-coordinate representation of color #52EDC5: hue angle of 164.52º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52EDC5 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 237 197 -
CMYK 0.65 0 0.17 0.07
HSL 164.52º 0.81% 0.63% -
HSV(B) 164.52º 0.65% 0.93% -
XYZ 43.84 66.39 63.33 -
YUV 186.1 134.15 53.75 -
System Red Green Blue C M Y K H S L
Decimal 82 237 197 0.65 0 0.17 0.07 164.52 0.81 0.63
Hex 52 ED C5 41 0 11 7 A5 51 3F
Octal 122 355 305 101 0 21 7 245 121 77
Binary 1010010 11101101 11000101 1000001 0 10001 111 10100101 1010001 111111

Color Harmonies of #52EDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EDC5

Black with #52EDC5

Text Example


Text Example

White with #52EDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,237,197); }

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

background-color css

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

 a { background-color: rgb(82,237,197); }

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

border-color css

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

 span { border-color: rgb(82,237,197); }

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