Html Css Color HEX #52DCBC Medium Turquoise

📋 copy color: '#52DCBC'

red 82 ◦ green 220 ◦ blue 188

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

Shades of Medium Turquoise #52DCBC

Tints of Medium Turquoise #52DCBC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.9%

 BLUE value IS 188 (73.83% from 255) = 38.37%

R = 16.73%
G = 44.9%
B = 38.37%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#52DCBC (or 0x52DCBC) is known color: Medium Turquoise. HEX triplet: 52, DC and BC. RGB value is (82,220,188). Sum of RGB (Red+Green+Blue) = 82+220+188=490 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.73% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #52DCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DCBC is #AD2343. Grayscale: #AFAFAF. Windows color (decimal): -11346756 or 12377170. OLE color: 12377170.

HSL color Cylindrical-coordinate representation of color #52DCBC: hue angle of 166.09º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DCBC is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 220 188 -
CMYK 0.63 0 0.15 0.14
HSL 166.09º 0.66% 0.59% -
HSV(B) 166.09º 0.63% 0.86% -
XYZ 38.15 56.61 56.49 -
YUV 175.09 135.28 61.6 -
System Red Green Blue C M Y K H S L
Decimal 82 220 188 0.63 0 0.15 0.14 166.09 0.66 0.59
Hex 52 DC BC 3F 0 F E A6 42 3B
Octal 122 334 274 77 0 17 16 246 102 73
Binary 1010010 11011100 10111100 111111 0 1111 1110 10100110 1000010 111011

Color Harmonies of #52DCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DCBC

Black with #52DCBC

Text Example


Text Example

White with #52DCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,220,188); }

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

background-color css

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

 a { background-color: rgb(82,220,188); }

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

border-color css

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

 span { border-color: rgb(82,220,188); }

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