Html Css Color HEX #52EADC Turquoise

📋 copy color: '#52EADC'

red 82 ◦ green 234 ◦ blue 220

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

Shades of Turquoise #52EADC

Tints of Turquoise #52EADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.04%

R = 15.3%
G = 43.66%
B = 41.04%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#52EADC (or 0x52EADC) is known color: Turquoise. HEX triplet: 52, EA and DC. RGB value is (82,234,220). Sum of RGB (Red+Green+Blue) = 82+234+220=536 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.30% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 234 - color contains mainly: green. Hex color #52EADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EADC is #AD1523. Grayscale: #BABABA. Windows color (decimal): -11343140 or 14477906. OLE color: 14477906.

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

Color convert

RGB 82 234 220 -
CMYK 0.65 0 0.06 0.08
HSL 174.47º 0.78% 0.62% -
HSV(B) 174.47º 0.65% 0.92% -
XYZ 45.82 65.81 78 -
YUV 186.96 146.64 53.14 -
System Red Green Blue C M Y K H S L
Decimal 82 234 220 0.65 0 0.06 0.08 174.47 0.78 0.62
Hex 52 EA DC 41 0 6 8 AE 4E 3E
Octal 122 352 334 101 0 6 10 256 116 76
Binary 1010010 11101010 11011100 1000001 0 110 1000 10101110 1001110 111110

Color Harmonies of #52EADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EADC

Black with #52EADC

Text Example


Text Example

White with #52EADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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