Html Css Color HEX #52DCDA Medium Turquoise

📋 copy color: '#52DCDA'

red 82 ◦ green 220 ◦ blue 218

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

Shades of Medium Turquoise #52DCDA

Tints of Medium Turquoise #52DCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.92%

R = 15.77%
G = 42.31%
B = 41.92%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#52DCDA (or 0x52DCDA) is known color: Medium Turquoise. HEX triplet: 52, DC and DA. RGB value is (82,220,218). Sum of RGB (Red+Green+Blue) = 82+220+218=520 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.77% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #52DCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DCDA is #AD2325. Grayscale: #B2B2B2. Windows color (decimal): -11346726 or 14343250. OLE color: 14343250.

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

Color convert

RGB 82 220 218 -
CMYK 0.63 0 0.01 0.14
HSL 179.13º 0.66% 0.59% -
HSV(B) 179.13º 0.63% 0.86% -
XYZ 41.73 58.04 75.33 -
YUV 178.51 150.28 59.16 -
System Red Green Blue C M Y K H S L
Decimal 82 220 218 0.63 0 0.01 0.14 179.13 0.66 0.59
Hex 52 DC DA 3F 0 1 E B3 42 3B
Octal 122 334 332 77 0 1 16 263 102 73
Binary 1010010 11011100 11011010 111111 0 1 1110 10110011 1000010 111011

Color Harmonies of #52DCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DCDA

Black with #52DCDA

Text Example


Text Example

White with #52DCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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