Html Css Color HEX #52DCDD Medium Turquoise

📋 copy color: '#52DCDD'

red 82 ◦ green 220 ◦ blue 221

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

Shades of Medium Turquoise #52DCDD

Tints of Medium Turquoise #52DCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.26%

R = 15.68%
G = 42.07%
B = 42.26%

CMYK

 C value IS 0.63

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#52DCDD (or 0x52DCDD) is known color: Medium Turquoise. HEX triplet: 52, DC and DD. RGB value is (82,220,221). Sum of RGB (Red+Green+Blue) = 82+220+221=523 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.68% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #52DCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DCDD is #AD2322. Grayscale: #B2B2B2. Windows color (decimal): -11346723 or 14539858. OLE color: 14539858.

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

Color convert

RGB 82 220 221 -
CMYK 0.63 0.00 0 0.13
HSL 180.43º 0.67% 0.59% -
HSV(B) 180.43º 0.63% 0.87% -
XYZ 42.12 58.2 77.42 -
YUV 178.85 151.78 58.92 -
System Red Green Blue C M Y K H S L
Decimal 82 220 221 0.63 0.00 0 0.13 180.43 0.67 0.59
Hex 52 DC DD 3F 0 0 D B4 43 3B
Octal 122 334 335 77 0 0 15 264 103 73
Binary 1010010 11011100 11011101 111111 0 0 1101 10110100 1000011 111011

Color Harmonies of #52DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DCDD

Black with #52DCDD

Text Example


Text Example

White with #52DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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