Html Css Color HEX #52D0DD Medium Turquoise

📋 copy color: '#52D0DD'

red 82 ◦ green 208 ◦ blue 221

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

Shades of Medium Turquoise #52D0DD

Tints of Medium Turquoise #52D0DD

RGB

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

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

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

R = 16.05%
G = 40.7%
B = 43.25%

CMYK

 C value IS 0.63

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#52D0DD (or 0x52D0DD) is known color: Medium Turquoise. HEX triplet: 52, D0 and DD. RGB value is (82,208,221). Sum of RGB (Red+Green+Blue) = 82+208+221=511 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.05% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #52D0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52D0DD is #AD2F22. Grayscale: #ABABAB. Windows color (decimal): -11349795 or 14536786. OLE color: 14536786.

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

Color convert

RGB 82 208 221 -
CMYK 0.63 0.06 0 0.13
HSL 185.61º 0.67% 0.59% -
HSV(B) 185.61º 0.63% 0.87% -
XYZ 39.09 52.13 76.41 -
YUV 171.81 155.76 63.94 -
System Red Green Blue C M Y K H S L
Decimal 82 208 221 0.63 0.06 0 0.13 185.61 0.67 0.59
Hex 52 D0 DD 3F 6 0 D BA 43 3B
Octal 122 320 335 77 6 0 15 272 103 73
Binary 1010010 11010000 11011101 111111 110 0 1101 10111010 1000011 111011

Color Harmonies of #52D0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D0DD

Black with #52D0DD

Text Example


Text Example

White with #52D0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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