Html Css Color HEX #52DDC8 Medium Turquoise

📋 copy color: '#52DDC8'

red 82 ◦ green 221 ◦ blue 200

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

Shades of Medium Turquoise #52DDC8

Tints of Medium Turquoise #52DDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.76%

R = 16.3%
G = 43.94%
B = 39.76%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#52DDC8 (or 0x52DDC8) is known color: Medium Turquoise. HEX triplet: 52, DD and C8. RGB value is (82,221,200). Sum of RGB (Red+Green+Blue) = 82+221+200=503 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.30% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 200 (78.52% from 255 or 39.76% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #52DDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DDC8 is #AD2237. Grayscale: #B0B0B0. Windows color (decimal): -11346488 or 13163858. OLE color: 13163858.

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

Color convert

RGB 82 221 200 -
CMYK 0.63 0 0.10 0.13
HSL 170.94º 0.67% 0.59% -
HSV(B) 170.94º 0.63% 0.87% -
XYZ 39.76 57.68 63.68 -
YUV 177.05 140.95 60.21 -
System Red Green Blue C M Y K H S L
Decimal 82 221 200 0.63 0 0.10 0.13 170.94 0.67 0.59
Hex 52 DD C8 3F 0 A D AB 43 3B
Octal 122 335 310 77 0 12 15 253 103 73
Binary 1010010 11011101 11001000 111111 0 1010 1101 10101011 1000011 111011

Color Harmonies of #52DDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DDC8

Black with #52DDC8

Text Example


Text Example

White with #52DDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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