Html Css Color HEX #52EADB Turquoise

📋 copy color: '#52EADB'

red 82 ◦ green 234 ◦ blue 219

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

Shades of Turquoise #52EADB

Tints of Turquoise #52EADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.93%

R = 15.33%
G = 43.74%
B = 40.93%

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

#52EADB (or 0x52EADB) is known color: Turquoise. HEX triplet: 52, EA and DB. RGB value is (82,234,219). Sum of RGB (Red+Green+Blue) = 82+234+219=535 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.33% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 234 - color contains mainly: green. Hex color #52EADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EADB is #AD1524. Grayscale: #BABABA. Windows color (decimal): -11343141 or 14412370. OLE color: 14412370.

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

Color convert

RGB 82 234 219 -
CMYK 0.65 0 0.06 0.08
HSL 174.08º 0.78% 0.62% -
HSV(B) 174.08º 0.65% 0.92% -
XYZ 45.69 65.75 77.3 -
YUV 186.84 146.14 53.22 -
System Red Green Blue C M Y K H S L
Decimal 82 234 219 0.65 0 0.06 0.08 174.08 0.78 0.62
Hex 52 EA DB 41 0 6 8 AE 4E 3E
Octal 122 352 333 101 0 6 10 256 116 76
Binary 1010010 11101010 11011011 1000001 0 110 1000 10101110 1001110 111110

Color Harmonies of #52EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EADB

Black with #52EADB

Text Example


Text Example

White with #52EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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