Html Css Color HEX #52DDCE Medium Turquoise

📋 copy color: '#52DDCE'

red 82 ◦ green 221 ◦ blue 206

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

Shades of Medium Turquoise #52DDCE

Tints of Medium Turquoise #52DDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.47%

R = 16.11%
G = 43.42%
B = 40.47%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#52DDCE (or 0x52DDCE) is known color: Medium Turquoise. HEX triplet: 52, DD and CE. RGB value is (82,221,206). Sum of RGB (Red+Green+Blue) = 82+221+206=509 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.11% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #52DDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DDCE is #AD2231. Grayscale: #B1B1B1. Windows color (decimal): -11346482 or 13557074. OLE color: 13557074.

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

Color convert

RGB 82 221 206 -
CMYK 0.63 0 0.07 0.13
HSL 173.53º 0.67% 0.59% -
HSV(B) 173.53º 0.63% 0.87% -
XYZ 40.48 57.96 67.45 -
YUV 177.73 143.95 59.72 -
System Red Green Blue C M Y K H S L
Decimal 82 221 206 0.63 0 0.07 0.13 173.53 0.67 0.59
Hex 52 DD CE 3F 0 7 D AE 43 3B
Octal 122 335 316 77 0 7 15 256 103 73
Binary 1010010 11011101 11001110 111111 0 111 1101 10101110 1000011 111011

Color Harmonies of #52DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DDCE

Black with #52DDCE

Text Example


Text Example

White with #52DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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