Html Css Color HEX #52DDCC Medium Turquoise

📋 copy color: '#52DDCC'

red 82 ◦ green 221 ◦ blue 204

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

Shades of Medium Turquoise #52DDCC

Tints of Medium Turquoise #52DDCC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.59%

 BLUE value IS 204 (80.08% from 255) = 40.24%

R = 16.17%
G = 43.59%
B = 40.24%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#52DDCC (or 0x52DDCC) is known color: Medium Turquoise. HEX triplet: 52, DD and CC. RGB value is (82,221,204). Sum of RGB (Red+Green+Blue) = 82+221+204=507 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.17% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #52DDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DDCC is #AD2233. Grayscale: #B1B1B1. Windows color (decimal): -11346484 or 13426002. OLE color: 13426002.

HSL color Cylindrical-coordinate representation of color #52DDCC: hue angle of 172.66º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DDCC is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 221 204 -
CMYK 0.63 0 0.08 0.13
HSL 172.66º 0.67% 0.59% -
HSV(B) 172.66º 0.63% 0.87% -
XYZ 40.24 57.87 66.18 -
YUV 177.5 142.95 59.88 -
System Red Green Blue C M Y K H S L
Decimal 82 221 204 0.63 0 0.08 0.13 172.66 0.67 0.59
Hex 52 DD CC 3F 0 8 D AD 43 3B
Octal 122 335 314 77 0 10 15 255 103 73
Binary 1010010 11011101 11001100 111111 0 1000 1101 10101101 1000011 111011

Color Harmonies of #52DDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DDCC

Black with #52DDCC

Text Example


Text Example

White with #52DDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,221,204); }

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

background-color css

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

 a { background-color: rgb(82,221,204); }

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

border-color css

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

 span { border-color: rgb(82,221,204); }

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