Html Css Color HEX #52DDDC Medium Turquoise

📋 copy color: '#52DDDC'

red 82 ◦ green 221 ◦ blue 220

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

Shades of Medium Turquoise #52DDDC

Tints of Medium Turquoise #52DDDC

RGB

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

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

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

R = 15.68%
G = 42.26%
B = 42.07%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#52DDDC (or 0x52DDDC) is known color: Medium Turquoise. HEX triplet: 52, DD and DC. RGB value is (82,221,220). Sum of RGB (Red+Green+Blue) = 82+221+220=523 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.68% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #52DDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DDDC is #AD2223. Grayscale: #B3B3B3. Windows color (decimal): -11346468 or 14474578. OLE color: 14474578.

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

Color convert

RGB 82 221 220 -
CMYK 0.63 0 0.00 0.13
HSL 179.57º 0.67% 0.59% -
HSV(B) 179.57º 0.63% 0.87% -
XYZ 42.25 58.67 76.81 -
YUV 179.33 150.95 58.58 -
System Red Green Blue C M Y K H S L
Decimal 82 221 220 0.63 0 0.00 0.13 179.57 0.67 0.59
Hex 52 DD DC 3F 0 0 D B4 43 3B
Octal 122 335 334 77 0 0 15 264 103 73
Binary 1010010 11011101 11011100 111111 0 0 1101 10110100 1000011 111011

Color Harmonies of #52DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DDDC

Black with #52DDDC

Text Example


Text Example

White with #52DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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