Html Css Color HEX #52DABA Medium Turquoise

📋 copy color: '#52DABA'

red 82 ◦ green 218 ◦ blue 186

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

Shades of Medium Turquoise #52DABA

Tints of Medium Turquoise #52DABA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.86%

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

R = 16.87%
G = 44.86%
B = 38.27%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#52DABA (or 0x52DABA) is known color: Medium Turquoise. HEX triplet: 52, DA and BA. RGB value is (82,218,186). Sum of RGB (Red+Green+Blue) = 82+218+186=486 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.87% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #52DABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DABA is #AD2545. Grayscale: #ADADAD. Windows color (decimal): -11347270 or 12245586. OLE color: 12245586.

HSL color Cylindrical-coordinate representation of color #52DABA: hue angle of 165.88º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52DABA is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 218 186 -
CMYK 0.62 0 0.15 0.15
HSL 165.88º 0.65% 0.59% -
HSV(B) 165.88º 0.62% 0.85% -
XYZ 37.41 55.48 55.19 -
YUV 173.69 134.94 62.6 -
System Red Green Blue C M Y K H S L
Decimal 82 218 186 0.62 0 0.15 0.15 165.88 0.65 0.59
Hex 52 DA BA 3E 0 F F A6 41 3B
Octal 122 332 272 76 0 17 17 246 101 73
Binary 1010010 11011010 10111010 111110 0 1111 1111 10100110 1000001 111011

Color Harmonies of #52DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DABA

Black with #52DABA

Text Example


Text Example

White with #52DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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