Html Css Color HEX #52CDBA Medium Turquoise

📋 copy color: '#52CDBA'

red 82 ◦ green 205 ◦ blue 186

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

Shades of Medium Turquoise #52CDBA

Tints of Medium Turquoise #52CDBA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.34%

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

R = 17.34%
G = 43.34%
B = 39.32%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#52CDBA (or 0x52CDBA) is known color: Medium Turquoise. HEX triplet: 52, CD and BA. RGB value is (82,205,186). Sum of RGB (Red+Green+Blue) = 82+205+186=473 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.34% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #52CDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CDBA is #AD3245. Grayscale: #A6A6A6. Windows color (decimal): -11350598 or 12242258. OLE color: 12242258.

HSL color Cylindrical-coordinate representation of color #52CDBA: hue angle of 170.73º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CDBA is Cyan = 0.6, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 205 186 -
CMYK 0.6 0 0.09 0.20
HSL 170.73º 0.55% 0.56% -
HSV(B) 170.73º 0.6% 0.8% -
XYZ 34.17 49 54.11 -
YUV 166.06 139.25 68.04 -
System Red Green Blue C M Y K H S L
Decimal 82 205 186 0.6 0 0.09 0.20 170.73 0.55 0.56
Hex 52 CD BA 3C 0 9 14 AB 37 38
Octal 122 315 272 74 0 11 24 253 67 70
Binary 1010010 11001101 10111010 111100 0 1001 10100 10101011 110111 111000

Color Harmonies of #52CDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CDBA

Black with #52CDBA

Text Example


Text Example

White with #52CDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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