Html Css Color HEX #52DCBE Medium Turquoise

📋 copy color: '#52DCBE'

red 82 ◦ green 220 ◦ blue 190

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

Shades of Medium Turquoise #52DCBE

Tints of Medium Turquoise #52DCBE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.72%

 BLUE value IS 190 (74.61% from 255) = 38.62%

R = 16.67%
G = 44.72%
B = 38.62%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#52DCBE (or 0x52DCBE) is known color: Medium Turquoise. HEX triplet: 52, DC and BE. RGB value is (82,220,190). Sum of RGB (Red+Green+Blue) = 82+220+190=492 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.67% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #52DCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DCBE is #AD2341. Grayscale: #AFAFAF. Windows color (decimal): -11346754 or 12508242. OLE color: 12508242.

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

Color convert

RGB 82 220 190 -
CMYK 0.63 0 0.14 0.14
HSL 166.96º 0.66% 0.59% -
HSV(B) 166.96º 0.63% 0.86% -
XYZ 38.37 56.7 57.64 -
YUV 175.32 136.28 61.44 -
System Red Green Blue C M Y K H S L
Decimal 82 220 190 0.63 0 0.14 0.14 166.96 0.66 0.59
Hex 52 DC BE 3F 0 E E A7 42 3B
Octal 122 334 276 77 0 16 16 247 102 73
Binary 1010010 11011100 10111110 111111 0 1110 1110 10100111 1000010 111011

Color Harmonies of #52DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DCBE

Black with #52DCBE

Text Example


Text Example

White with #52DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,220,190); }

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

background-color css

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

 a { background-color: rgb(82,220,190); }

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

border-color css

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

 span { border-color: rgb(82,220,190); }

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