Html Css Color HEX #52EAC8 Turquoise

📋 copy color: '#52EAC8'

red 82 ◦ green 234 ◦ blue 200

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

Shades of Turquoise #52EAC8

Tints of Turquoise #52EAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.76%

R = 15.89%
G = 45.35%
B = 38.76%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#52EAC8 (or 0x52EAC8) is known color: Turquoise. HEX triplet: 52, EA and C8. RGB value is (82,234,200). Sum of RGB (Red+Green+Blue) = 82+234+200=516 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.89% from 516); Green value is 234 (91.80% from 255 or 45.35% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 234 - color contains mainly: green. Hex color #52EAC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EAC8 is #AD1537. Grayscale: #B8B8B8. Windows color (decimal): -11343160 or 13167186. OLE color: 13167186.

HSL color Cylindrical-coordinate representation of color #52EAC8: hue angle of 166.58º 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 #52EAC8 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 234 200 -
CMYK 0.65 0 0.15 0.08
HSL 166.58º 0.78% 0.62% -
HSV(B) 166.58º 0.65% 0.92% -
XYZ 43.33 64.81 64.87 -
YUV 184.68 136.64 54.76 -
System Red Green Blue C M Y K H S L
Decimal 82 234 200 0.65 0 0.15 0.08 166.58 0.78 0.62
Hex 52 EA C8 41 0 F 8 A7 4E 3E
Octal 122 352 310 101 0 17 10 247 116 76
Binary 1010010 11101010 11001000 1000001 0 1111 1000 10100111 1001110 111110

Color Harmonies of #52EAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EAC8

Black with #52EAC8

Text Example


Text Example

White with #52EAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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