Html Css Color HEX #52C2C1 Medium Turquoise

📋 copy color: '#52C2C1'

red 82 ◦ green 194 ◦ blue 193

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

Shades of Medium Turquoise #52C2C1

Tints of Medium Turquoise #52C2C1

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.36%

 BLUE value IS 193 (75.78% from 255) = 41.15%

R = 17.48%
G = 41.36%
B = 41.15%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#52C2C1 (or 0x52C2C1) is known color: Medium Turquoise. HEX triplet: 52, C2 and C1. RGB value is (82,194,193). Sum of RGB (Red+Green+Blue) = 82+194+193=469 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.48% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 194 - color contains mainly: green. Hex color #52C2C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C2C1 is #AD3D3E. Grayscale: #A0A0A0. Windows color (decimal): -11353407 or 12698194. OLE color: 12698194.

HSL color Cylindrical-coordinate representation of color #52C2C1: hue angle of 179.46º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C2C1 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 194 193 -
CMYK 0.58 0 0.01 0.24
HSL 179.46º 0.48% 0.54% -
HSV(B) 179.46º 0.58% 0.76% -
XYZ 32.4 44.23 57.28 -
YUV 160.4 146.39 72.08 -
System Red Green Blue C M Y K H S L
Decimal 82 194 193 0.58 0 0.01 0.24 179.46 0.48 0.54
Hex 52 C2 C1 3A 0 1 18 B3 30 36
Octal 122 302 301 72 0 1 30 263 60 66
Binary 1010010 11000010 11000001 111010 0 1 11000 10110011 110000 110110

Color Harmonies of #52C2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C2C1

Black with #52C2C1

Text Example


Text Example

White with #52C2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,194,193); }

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

background-color css

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

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

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

border-color css

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

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

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