Html Css Color HEX #52DDD0 Medium Turquoise

📋 copy color: '#52DDD0'

red 82 ◦ green 221 ◦ blue 208

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

Shades of Medium Turquoise #52DDD0

Tints of Medium Turquoise #52DDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.7%

R = 16.05%
G = 43.25%
B = 40.7%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#52DDD0 (or 0x52DDD0) is known color: Medium Turquoise. HEX triplet: 52, DD and D0. RGB value is (82,221,208). Sum of RGB (Red+Green+Blue) = 82+221+208=511 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.05% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #52DDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DDD0 is #AD222F. Grayscale: #B1B1B1. Windows color (decimal): -11346480 or 13688146. OLE color: 13688146.

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

Color convert

RGB 82 221 208 -
CMYK 0.63 0 0.06 0.13
HSL 174.39º 0.67% 0.59% -
HSV(B) 174.39º 0.63% 0.87% -
XYZ 40.72 58.06 68.74 -
YUV 177.96 144.95 59.56 -
System Red Green Blue C M Y K H S L
Decimal 82 221 208 0.63 0 0.06 0.13 174.39 0.67 0.59
Hex 52 DD D0 3F 0 6 D AE 43 3B
Octal 122 335 320 77 0 6 15 256 103 73
Binary 1010010 11011101 11010000 111111 0 110 1101 10101110 1000011 111011

Color Harmonies of #52DDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DDD0

Black with #52DDD0

Text Example


Text Example

White with #52DDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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