Html Css Color HEX #52DCCD Medium Turquoise

📋 copy color: '#52DCCD'

red 82 ◦ green 220 ◦ blue 205

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

Shades of Medium Turquoise #52DCCD

Tints of Medium Turquoise #52DCCD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.39%

 BLUE value IS 205 (80.47% from 255) = 40.43%

R = 16.17%
G = 43.39%
B = 40.43%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#52DCCD (or 0x52DCCD) is known color: Medium Turquoise. HEX triplet: 52, DC and CD. RGB value is (82,220,205). Sum of RGB (Red+Green+Blue) = 82+220+205=507 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.17% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #52DCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DCCD is #AD2332. Grayscale: #B0B0B0. Windows color (decimal): -11346739 or 13491282. OLE color: 13491282.

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

Color convert

RGB 82 220 205 -
CMYK 0.63 0 0.07 0.14
HSL 173.48º 0.66% 0.59% -
HSV(B) 173.48º 0.63% 0.86% -
XYZ 40.09 57.39 66.72 -
YUV 177.03 143.78 60.22 -
System Red Green Blue C M Y K H S L
Decimal 82 220 205 0.63 0 0.07 0.14 173.48 0.66 0.59
Hex 52 DC CD 3F 0 7 E AD 42 3B
Octal 122 334 315 77 0 7 16 255 102 73
Binary 1010010 11011100 11001101 111111 0 111 1110 10101101 1000010 111011

Color Harmonies of #52DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DCCD

Black with #52DCCD

Text Example


Text Example

White with #52DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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