Html Css Color HEX #52C5BA Medium Turquoise

📋 copy color: '#52C5BA'

red 82 ◦ green 197 ◦ blue 186

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

Shades of Medium Turquoise #52C5BA

Tints of Medium Turquoise #52C5BA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.37%

 BLUE value IS 186 (73.05% from 255) = 40%

R = 17.63%
G = 42.37%
B = 40%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#52C5BA (or 0x52C5BA) is known color: Medium Turquoise. HEX triplet: 52, C5 and BA. RGB value is (82,197,186). Sum of RGB (Red+Green+Blue) = 82+197+186=465 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.63% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 197 - color contains mainly: green. Hex color #52C5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C5BA is #AD3A45. Grayscale: #A1A1A1. Windows color (decimal): -11352646 or 12240210. OLE color: 12240210.

HSL color Cylindrical-coordinate representation of color #52C5BA: hue angle of 174.26º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C5BA is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 197 186 -
CMYK 0.58 0 0.06 0.23
HSL 174.26º 0.5% 0.55% -
HSV(B) 174.26º 0.58% 0.77% -
XYZ 32.31 45.27 53.49 -
YUV 161.36 141.9 71.39 -
System Red Green Blue C M Y K H S L
Decimal 82 197 186 0.58 0 0.06 0.23 174.26 0.5 0.55
Hex 52 C5 BA 3A 0 6 17 AE 32 37
Octal 122 305 272 72 0 6 27 256 62 67
Binary 1010010 11000101 10111010 111010 0 110 10111 10101110 110010 110111

Color Harmonies of #52C5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C5BA

Black with #52C5BA

Text Example


Text Example

White with #52C5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,197,186); }

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

background-color css

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

 a { background-color: rgb(82,197,186); }

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

border-color css

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

 span { border-color: rgb(82,197,186); }

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