Html Css Color HEX #52EEDB Turquoise

📋 copy color: '#52EEDB'

red 82 ◦ green 238 ◦ blue 219

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

Shades of Turquoise #52EEDB

Tints of Turquoise #52EEDB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.16%

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

R = 15.21%
G = 44.16%
B = 40.63%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#52EEDB (or 0x52EEDB) is known color: Turquoise. HEX triplet: 52, EE and DB. RGB value is (82,238,219). Sum of RGB (Red+Green+Blue) = 82+238+219=539 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.21% from 539); Green value is 238 (93.36% from 255 or 44.16% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 238 - color contains mainly: green. Hex color #52EEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EEDB is #AD1124. Grayscale: #BDBDBD. Windows color (decimal): -11342117 or 14413394. OLE color: 14413394.

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

Color convert

RGB 82 238 219 -
CMYK 0.66 0 0.08 0.07
HSL 172.69º 0.82% 0.63% -
HSV(B) 172.69º 0.66% 0.93% -
XYZ 46.84 68.06 77.69 -
YUV 189.19 144.82 51.54 -
System Red Green Blue C M Y K H S L
Decimal 82 238 219 0.66 0 0.08 0.07 172.69 0.82 0.63
Hex 52 EE DB 42 0 8 7 AD 52 3F
Octal 122 356 333 102 0 10 7 255 122 77
Binary 1010010 11101110 11011011 1000010 0 1000 111 10101101 1010010 111111

Color Harmonies of #52EEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EEDB

Black with #52EEDB

Text Example


Text Example

White with #52EEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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