Html Css Color HEX #52DDBD Medium Turquoise

📋 copy color: '#52DDBD'

red 82 ◦ green 221 ◦ blue 189

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

Shades of Medium Turquoise #52DDBD

Tints of Medium Turquoise #52DDBD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.92%

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

R = 16.67%
G = 44.92%
B = 38.41%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#52DDBD (or 0x52DDBD) is known color: Medium Turquoise. HEX triplet: 52, DD and BD. RGB value is (82,221,189). Sum of RGB (Red+Green+Blue) = 82+221+189=492 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.67% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #52DDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DDBD is #AD2242. Grayscale: #AFAFAF. Windows color (decimal): -11346499 or 12442962. OLE color: 12442962.

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

Color convert

RGB 82 221 189 -
CMYK 0.63 0 0.14 0.13
HSL 166.19º 0.67% 0.59% -
HSV(B) 166.19º 0.63% 0.87% -
XYZ 38.52 57.18 57.15 -
YUV 175.79 135.45 61.1 -
System Red Green Blue C M Y K H S L
Decimal 82 221 189 0.63 0 0.14 0.13 166.19 0.67 0.59
Hex 52 DD BD 3F 0 E D A6 43 3B
Octal 122 335 275 77 0 16 15 246 103 73
Binary 1010010 11011101 10111101 111111 0 1110 1101 10100110 1000011 111011

Color Harmonies of #52DDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DDBD

Black with #52DDBD

Text Example


Text Example

White with #52DDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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