Html Css Color HEX #52D2CA Medium Turquoise

📋 copy color: '#52D2CA'

red 82 ◦ green 210 ◦ blue 202

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

Shades of Medium Turquoise #52D2CA

Tints of Medium Turquoise #52D2CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.89%

R = 16.6%
G = 42.51%
B = 40.89%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#52D2CA (or 0x52D2CA) is known color: Medium Turquoise. HEX triplet: 52, D2 and CA. RGB value is (82,210,202). Sum of RGB (Red+Green+Blue) = 82+210+202=494 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.60% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 210 - color contains mainly: green. Hex color #52D2CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52D2CA is #AD2D35. Grayscale: #AAAAAA. Windows color (decimal): -11349302 or 13292114. OLE color: 13292114.

HSL color Cylindrical-coordinate representation of color #52D2CA: hue angle of 176.25º 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 #52D2CA is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 210 202 -
CMYK 0.61 0 0.04 0.18
HSL 176.25º 0.59% 0.57% -
HSV(B) 176.25º 0.61% 0.82% -
XYZ 37.19 52.15 63.98 -
YUV 170.82 145.59 64.65 -
System Red Green Blue C M Y K H S L
Decimal 82 210 202 0.61 0 0.04 0.18 176.25 0.59 0.57
Hex 52 D2 CA 3D 0 4 12 B0 3B 39
Octal 122 322 312 75 0 4 22 260 73 71
Binary 1010010 11010010 11001010 111101 0 100 10010 10110000 111011 111001

Color Harmonies of #52D2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D2CA

Black with #52D2CA

Text Example


Text Example

White with #52D2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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