Html Css Color HEX #52DCD7 Medium Turquoise

📋 copy color: '#52DCD7'

red 82 ◦ green 220 ◦ blue 215

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

Shades of Medium Turquoise #52DCD7

Tints of Medium Turquoise #52DCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.59%

R = 15.86%
G = 42.55%
B = 41.59%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#52DCD7 (or 0x52DCD7) is known color: Medium Turquoise. HEX triplet: 52, DC and D7. RGB value is (82,220,215). Sum of RGB (Red+Green+Blue) = 82+220+215=517 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.86% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 215 (84.38% from 255 or 41.59% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #52DCD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DCD7 is #AD2328. Grayscale: #B2B2B2. Windows color (decimal): -11346729 or 14146642. OLE color: 14146642.

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

Color convert

RGB 82 220 215 -
CMYK 0.63 0 0.02 0.14
HSL 177.83º 0.66% 0.59% -
HSV(B) 177.83º 0.63% 0.86% -
XYZ 41.34 57.89 73.28 -
YUV 178.17 148.78 59.41 -
System Red Green Blue C M Y K H S L
Decimal 82 220 215 0.63 0 0.02 0.14 177.83 0.66 0.59
Hex 52 DC D7 3F 0 2 E B2 42 3B
Octal 122 334 327 77 0 2 16 262 102 73
Binary 1010010 11011100 11010111 111111 0 10 1110 10110010 1000010 111011

Color Harmonies of #52DCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DCD7

Black with #52DCD7

Text Example


Text Example

White with #52DCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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