Html Css Color HEX #52DECD Medium Turquoise

📋 copy color: '#52DECD'

red 82 ◦ green 222 ◦ blue 205

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

Shades of Medium Turquoise #52DECD

Tints of Medium Turquoise #52DECD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.61%

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

R = 16.11%
G = 43.61%
B = 40.28%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#52DECD (or 0x52DECD) is known color: Medium Turquoise. HEX triplet: 52, DE and CD. RGB value is (82,222,205). Sum of RGB (Red+Green+Blue) = 82+222+205=509 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.11% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 222 - color contains mainly: green. Hex color #52DECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DECD is #AD2132. Grayscale: #B2B2B2. Windows color (decimal): -11346227 or 13491794. OLE color: 13491794.

HSL color Cylindrical-coordinate representation of color #52DECD: hue angle of 172.71º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DECD is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 222 205 -
CMYK 0.63 0 0.08 0.13
HSL 172.71º 0.68% 0.6% -
HSV(B) 172.71º 0.63% 0.87% -
XYZ 40.62 58.44 66.9 -
YUV 178.2 143.12 59.38 -
System Red Green Blue C M Y K H S L
Decimal 82 222 205 0.63 0 0.08 0.13 172.71 0.68 0.6
Hex 52 DE CD 3F 0 8 D AD 44 3C
Octal 122 336 315 77 0 10 15 255 104 74
Binary 1010010 11011110 11001101 111111 0 1000 1101 10101101 1000100 111100

Color Harmonies of #52DECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DECD

Black with #52DECD

Text Example


Text Example

White with #52DECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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