Html Css Color HEX #52EADA Turquoise

📋 copy color: '#52EADA'

red 82 ◦ green 234 ◦ blue 218

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

Shades of Turquoise #52EADA

Tints of Turquoise #52EADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.82%

R = 15.36%
G = 43.82%
B = 40.82%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#52EADA (or 0x52EADA) is known color: Turquoise. HEX triplet: 52, EA and DA. RGB value is (82,234,218). Sum of RGB (Red+Green+Blue) = 82+234+218=534 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.36% from 534); Green value is 234 (91.80% from 255 or 43.82% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 234 - color contains mainly: green. Hex color #52EADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EADA is #AD1525. Grayscale: #BABABA. Windows color (decimal): -11343142 or 14346834. OLE color: 14346834.

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

Color convert

RGB 82 234 218 -
CMYK 0.65 0 0.07 0.08
HSL 173.68º 0.78% 0.62% -
HSV(B) 173.68º 0.65% 0.92% -
XYZ 45.56 65.7 76.61 -
YUV 186.73 145.64 53.3 -
System Red Green Blue C M Y K H S L
Decimal 82 234 218 0.65 0 0.07 0.08 173.68 0.78 0.62
Hex 52 EA DA 41 0 7 8 AE 4E 3E
Octal 122 352 332 101 0 7 10 256 116 76
Binary 1010010 11101010 11011010 1000001 0 111 1000 10101110 1001110 111110

Color Harmonies of #52EADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EADA

Black with #52EADA

Text Example


Text Example

White with #52EADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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