Html Css Color HEX #52DEBD Medium Turquoise

📋 copy color: '#52DEBD'

red 82 ◦ green 222 ◦ blue 189

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

Shades of Medium Turquoise #52DEBD

Tints of Medium Turquoise #52DEBD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.03%

 BLUE value IS 189 (74.22% from 255) = 38.34%

R = 16.63%
G = 45.03%
B = 38.34%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#52DEBD (or 0x52DEBD) is known color: Medium Turquoise. HEX triplet: 52, DE and BD. RGB value is (82,222,189). Sum of RGB (Red+Green+Blue) = 82+222+189=493 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.63% from 493); Green value is 222 (87.11% from 255 or 45.03% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 222 - color contains mainly: green. Hex color #52DEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DEBD is #AD2142. Grayscale: #B0B0B0. Windows color (decimal): -11346243 or 12443218. OLE color: 12443218.

HSL color Cylindrical-coordinate representation of color #52DEBD: hue angle of 165.86º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DEBD is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 222 189 -
CMYK 0.63 0 0.15 0.13
HSL 165.86º 0.68% 0.6% -
HSV(B) 165.86º 0.63% 0.87% -
XYZ 38.79 57.71 57.24 -
YUV 176.38 135.12 60.68 -
System Red Green Blue C M Y K H S L
Decimal 82 222 189 0.63 0 0.15 0.13 165.86 0.68 0.6
Hex 52 DE BD 3F 0 F D A6 44 3C
Octal 122 336 275 77 0 17 15 246 104 74
Binary 1010010 11011110 10111101 111111 0 1111 1101 10100110 1000100 111100

Color Harmonies of #52DEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DEBD

Black with #52DEBD

Text Example


Text Example

White with #52DEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,222,189); }

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

background-color css

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

 a { background-color: rgb(82,222,189); }

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

border-color css

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

 span { border-color: rgb(82,222,189); }

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