Html Css Color HEX #52DEBC Medium Turquoise

📋 copy color: '#52DEBC'

red 82 ◦ green 222 ◦ blue 188

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

Shades of Medium Turquoise #52DEBC

Tints of Medium Turquoise #52DEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.21%

R = 16.67%
G = 45.12%
B = 38.21%

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

#52DEBC (or 0x52DEBC) is known color: Medium Turquoise. HEX triplet: 52, DE and BC. RGB value is (82,222,188). Sum of RGB (Red+Green+Blue) = 82+222+188=492 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.67% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 222 - color contains mainly: green. Hex color #52DEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DEBC is #AD2143. Grayscale: #B0B0B0. Windows color (decimal): -11346244 or 12377682. OLE color: 12377682.

HSL color Cylindrical-coordinate representation of color #52DEBC: hue angle of 165.43º 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 #52DEBC is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 222 188 -
CMYK 0.63 0 0.15 0.13
HSL 165.43º 0.68% 0.6% -
HSV(B) 165.43º 0.63% 0.87% -
XYZ 38.68 57.67 56.67 -
YUV 176.26 134.62 60.76 -
System Red Green Blue C M Y K H S L
Decimal 82 222 188 0.63 0 0.15 0.13 165.43 0.68 0.6
Hex 52 DE BC 3F 0 F D A5 44 3C
Octal 122 336 274 77 0 17 15 245 104 74
Binary 1010010 11011110 10111100 111111 0 1111 1101 10100101 1000100 111100

Color Harmonies of #52DEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DEBC

Black with #52DEBC

Text Example


Text Example

White with #52DEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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