Html Css Color HEX #52D0CD Medium Turquoise

📋 copy color: '#52D0CD'

red 82 ◦ green 208 ◦ blue 205

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

Shades of Medium Turquoise #52D0CD

Tints of Medium Turquoise #52D0CD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.02%

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

R = 16.57%
G = 42.02%
B = 41.41%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#52D0CD (or 0x52D0CD) is known color: Medium Turquoise. HEX triplet: 52, D0 and CD. RGB value is (82,208,205). Sum of RGB (Red+Green+Blue) = 82+208+205=495 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.57% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #52D0CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52D0CD is #AD2F32. Grayscale: #A9A9A9. Windows color (decimal): -11349811 or 13488210. OLE color: 13488210.

HSL color Cylindrical-coordinate representation of color #52D0CD: hue angle of 178.57º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D0CD is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 208 205 -
CMYK 0.61 0 0.01 0.18
HSL 178.57º 0.57% 0.57% -
HSV(B) 178.57º 0.61% 0.82% -
XYZ 37.06 51.31 65.71 -
YUV 169.98 147.76 65.24 -
System Red Green Blue C M Y K H S L
Decimal 82 208 205 0.61 0 0.01 0.18 178.57 0.57 0.57
Hex 52 D0 CD 3D 0 1 12 B3 39 39
Octal 122 320 315 75 0 1 22 263 71 71
Binary 1010010 11010000 11001101 111101 0 1 10010 10110011 111001 111001

Color Harmonies of #52D0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D0CD

Black with #52D0CD

Text Example


Text Example

White with #52D0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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