Html Css Color HEX #52DDDB Medium Turquoise

📋 copy color: '#52DDDB'

red 82 ◦ green 221 ◦ blue 219

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

Shades of Medium Turquoise #52DDDB

Tints of Medium Turquoise #52DDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.95%

R = 15.71%
G = 42.34%
B = 41.95%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#52DDDB (or 0x52DDDB) is known color: Medium Turquoise. HEX triplet: 52, DD and DB. RGB value is (82,221,219). Sum of RGB (Red+Green+Blue) = 82+221+219=522 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.71% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #52DDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DDDB is #AD2224. Grayscale: #B3B3B3. Windows color (decimal): -11346469 or 14409042. OLE color: 14409042.

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

Color convert

RGB 82 221 219 -
CMYK 0.63 0 0.01 0.13
HSL 179.14º 0.67% 0.59% -
HSV(B) 179.14º 0.63% 0.87% -
XYZ 42.12 58.62 76.11 -
YUV 179.21 150.45 58.66 -
System Red Green Blue C M Y K H S L
Decimal 82 221 219 0.63 0 0.01 0.13 179.14 0.67 0.59
Hex 52 DD DB 3F 0 1 D B3 43 3B
Octal 122 335 333 77 0 1 15 263 103 73
Binary 1010010 11011101 11011011 111111 0 1 1101 10110011 1000011 111011

Color Harmonies of #52DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DDDB

Black with #52DDDB

Text Example


Text Example

White with #52DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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