Html Css Color HEX #52C2BF Medium Turquoise

📋 copy color: '#52C2BF'

red 82 ◦ green 194 ◦ blue 191

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

Shades of Medium Turquoise #52C2BF

Tints of Medium Turquoise #52C2BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.9%

R = 17.56%
G = 41.54%
B = 40.9%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#52C2BF (or 0x52C2BF) is known color: Medium Turquoise. HEX triplet: 52, C2 and BF. RGB value is (82,194,191). Sum of RGB (Red+Green+Blue) = 82+194+191=467 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.56% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 194 - color contains mainly: green. Hex color #52C2BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C2BF is #AD3D40. Grayscale: #A0A0A0. Windows color (decimal): -11353409 or 12567122. OLE color: 12567122.

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

Color convert

RGB 82 194 191 -
CMYK 0.58 0 0.02 0.24
HSL 178.39º 0.48% 0.54% -
HSV(B) 178.39º 0.58% 0.76% -
XYZ 32.18 44.14 56.11 -
YUV 160.17 145.39 72.24 -
System Red Green Blue C M Y K H S L
Decimal 82 194 191 0.58 0 0.02 0.24 178.39 0.48 0.54
Hex 52 C2 BF 3A 0 2 18 B2 30 36
Octal 122 302 277 72 0 2 30 262 60 66
Binary 1010010 11000010 10111111 111010 0 10 11000 10110010 110000 110110

Color Harmonies of #52C2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C2BF

Black with #52C2BF

Text Example


Text Example

White with #52C2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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