Html Css Color HEX #52D2CC Medium Turquoise

📋 copy color: '#52D2CC'

red 82 ◦ green 210 ◦ blue 204

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

Shades of Medium Turquoise #52D2CC

Tints of Medium Turquoise #52D2CC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.34%

 BLUE value IS 204 (80.08% from 255) = 41.13%

R = 16.53%
G = 42.34%
B = 41.13%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#52D2CC (or 0x52D2CC) is known color: Medium Turquoise. HEX triplet: 52, D2 and CC. RGB value is (82,210,204). Sum of RGB (Red+Green+Blue) = 82+210+204=496 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.53% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 210 - color contains mainly: green. Hex color #52D2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52D2CC is #AD2D33. Grayscale: #AAAAAA. Windows color (decimal): -11349300 or 13423186. OLE color: 13423186.

HSL color Cylindrical-coordinate representation of color #52D2CC: hue angle of 177.19º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D2CC is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 210 204 -
CMYK 0.61 0 0.03 0.18
HSL 177.19º 0.59% 0.57% -
HSV(B) 177.19º 0.61% 0.82% -
XYZ 37.43 52.25 65.24 -
YUV 171.04 146.59 64.49 -
System Red Green Blue C M Y K H S L
Decimal 82 210 204 0.61 0 0.03 0.18 177.19 0.59 0.57
Hex 52 D2 CC 3D 0 3 12 B1 3B 39
Octal 122 322 314 75 0 3 22 261 73 71
Binary 1010010 11010010 11001100 111101 0 11 10010 10110001 111011 111001

Color Harmonies of #52D2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D2CC

Black with #52D2CC

Text Example


Text Example

White with #52D2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,210,204); }

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

background-color css

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

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

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

border-color css

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

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

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