Html Css Color HEX #52DEBA Medium Turquoise

📋 copy color: '#52DEBA'

red 82 ◦ green 222 ◦ blue 186

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

Shades of Medium Turquoise #52DEBA

Tints of Medium Turquoise #52DEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.96%

R = 16.73%
G = 45.31%
B = 37.96%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#52DEBA (or 0x52DEBA) is known color: Medium Turquoise. HEX triplet: 52, DE and BA. RGB value is (82,222,186). Sum of RGB (Red+Green+Blue) = 82+222+186=490 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.73% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 222 - color contains mainly: green. Hex color #52DEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DEBA is #AD2145. Grayscale: #B0B0B0. Windows color (decimal): -11346246 or 12246610. OLE color: 12246610.

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

Color convert

RGB 82 222 186 -
CMYK 0.63 0 0.16 0.13
HSL 164.57º 0.68% 0.6% -
HSV(B) 164.57º 0.63% 0.87% -
XYZ 38.46 57.58 55.54 -
YUV 176.04 133.62 60.93 -
System Red Green Blue C M Y K H S L
Decimal 82 222 186 0.63 0 0.16 0.13 164.57 0.68 0.6
Hex 52 DE BA 3F 0 10 D A5 44 3C
Octal 122 336 272 77 0 20 15 245 104 74
Binary 1010010 11011110 10111010 111111 0 10000 1101 10100101 1000100 111100

Color Harmonies of #52DEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DEBA

Black with #52DEBA

Text Example


Text Example

White with #52DEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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