Html Css Color HEX #52DCDC Medium Turquoise

📋 copy color: '#52DCDC'

red 82 ◦ green 220 ◦ blue 220

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

Shades of Medium Turquoise #52DCDC

Tints of Medium Turquoise #52DCDC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.15%

 BLUE value IS 220 (86.33% from 255) = 42.15%

R = 15.71%
G = 42.15%
B = 42.15%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#52DCDC (or 0x52DCDC) is known color: Medium Turquoise. HEX triplet: 52, DC and DC. RGB value is (82,220,220). Sum of RGB (Red+Green+Blue) = 82+220+220=522 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.71% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #52DCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DCDC is #AD2323. Grayscale: #B2B2B2. Windows color (decimal): -11346724 or 14474322. OLE color: 14474322.

HSL color Cylindrical-coordinate representation of color #52DCDC: hue angle of 180º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DCDC is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 220 220 -
CMYK 0.63 0 0 0.14
HSL 180º 0.66% 0.59% -
HSV(B) 180º 0.63% 0.86% -
XYZ 41.99 58.15 76.72 -
YUV 178.74 151.28 59 -
System Red Green Blue C M Y K H S L
Decimal 82 220 220 0.63 0 0 0.14 180 0.66 0.59
Hex 52 DC DC 3F 0 0 E B4 42 3B
Octal 122 334 334 77 0 0 16 264 102 73
Binary 1010010 11011100 11011100 111111 0 0 1110 10110100 1000010 111011

Color Harmonies of #52DCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DCDC

Black with #52DCDC

Text Example


Text Example

White with #52DCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,220,220); }

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

background-color css

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

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

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

border-color css

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

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

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