Html Css Color HEX #52C5DC Medium Turquoise

📋 copy color: '#52C5DC'

red 82 ◦ green 197 ◦ blue 220

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

Shades of Medium Turquoise #52C5DC

Tints of Medium Turquoise #52C5DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.09%

R = 16.43%
G = 39.48%
B = 44.09%

CMYK

 C value IS 0.63

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#52C5DC (or 0x52C5DC) is known color: Medium Turquoise. HEX triplet: 52, C5 and DC. RGB value is (82,197,220). Sum of RGB (Red+Green+Blue) = 82+197+220=499 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.43% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #52C5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C5DC is #AD3A23. Grayscale: #A5A5A5. Windows color (decimal): -11352612 or 14468434. OLE color: 14468434.

HSL color Cylindrical-coordinate representation of color #52C5DC: hue angle of 190º 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 #52C5DC is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 197 220 -
CMYK 0.63 0.10 0 0.14
HSL 190º 0.66% 0.59% -
HSV(B) 190º 0.63% 0.86% -
XYZ 36.36 46.89 74.84 -
YUV 165.24 158.9 68.63 -
System Red Green Blue C M Y K H S L
Decimal 82 197 220 0.63 0.10 0 0.14 190 0.66 0.59
Hex 52 C5 DC 3F A 0 E BE 42 3B
Octal 122 305 334 77 12 0 16 276 102 73
Binary 1010010 11000101 11011100 111111 1010 0 1110 10111110 1000010 111011

Color Harmonies of #52C5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C5DC

Black with #52C5DC

Text Example


Text Example

White with #52C5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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