Html Css Color HEX #52D8BC Medium Turquoise

📋 copy color: '#52D8BC'

red 82 ◦ green 216 ◦ blue 188

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

Shades of Medium Turquoise #52D8BC

Tints of Medium Turquoise #52D8BC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.44%

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

R = 16.87%
G = 44.44%
B = 38.68%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#52D8BC (or 0x52D8BC) is known color: Medium Turquoise. HEX triplet: 52, D8 and BC. RGB value is (82,216,188). Sum of RGB (Red+Green+Blue) = 82+216+188=486 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.87% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 216 - color contains mainly: green. Hex color #52D8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52D8BC is #AD2743. Grayscale: #ACACAC. Windows color (decimal): -11347780 or 12376146. OLE color: 12376146.

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

Color convert

RGB 82 216 188 -
CMYK 0.62 0 0.13 0.15
HSL 167.46º 0.63% 0.58% -
HSV(B) 167.46º 0.62% 0.85% -
XYZ 37.11 54.54 56.15 -
YUV 172.74 136.61 63.28 -
System Red Green Blue C M Y K H S L
Decimal 82 216 188 0.62 0 0.13 0.15 167.46 0.63 0.58
Hex 52 D8 BC 3E 0 D F A7 3F 3A
Octal 122 330 274 76 0 15 17 247 77 72
Binary 1010010 11011000 10111100 111110 0 1101 1111 10100111 111111 111010

Color Harmonies of #52D8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D8BC

Black with #52D8BC

Text Example


Text Example

White with #52D8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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