Html Css Color HEX #52DABB Medium Turquoise

📋 copy color: '#52DABB'

red 82 ◦ green 218 ◦ blue 187

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

Shades of Medium Turquoise #52DABB

Tints of Medium Turquoise #52DABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.4%

R = 16.84%
G = 44.76%
B = 38.4%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#52DABB (or 0x52DABB) is known color: Medium Turquoise. HEX triplet: 52, DA and BB. RGB value is (82,218,187). Sum of RGB (Red+Green+Blue) = 82+218+187=487 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.84% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 218 - color contains mainly: green. Hex color #52DABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DABB is #AD2544. Grayscale: #ADADAD. Windows color (decimal): -11347269 or 12311122. OLE color: 12311122.

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

Color convert

RGB 82 218 187 -
CMYK 0.62 0 0.14 0.15
HSL 166.32º 0.65% 0.59% -
HSV(B) 166.32º 0.62% 0.85% -
XYZ 37.52 55.52 55.75 -
YUV 173.8 135.44 62.52 -
System Red Green Blue C M Y K H S L
Decimal 82 218 187 0.62 0 0.14 0.15 166.32 0.65 0.59
Hex 52 DA BB 3E 0 E F A6 41 3B
Octal 122 332 273 76 0 16 17 246 101 73
Binary 1010010 11011010 10111011 111110 0 1110 1111 10100110 1000001 111011

Color Harmonies of #52DABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DABB

Black with #52DABB

Text Example


Text Example

White with #52DABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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