Html Css Color HEX #52DDE0 Medium Turquoise

📋 copy color: '#52DDE0'

red 82 ◦ green 221 ◦ blue 224

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

Shades of Medium Turquoise #52DDE0

Tints of Medium Turquoise #52DDE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.5%

R = 15.56%
G = 41.94%
B = 42.5%

CMYK

 C value IS 0.63

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#52DDE0 (or 0x52DDE0) is known color: Medium Turquoise. HEX triplet: 52, DD and E0. RGB value is (82,221,224). Sum of RGB (Red+Green+Blue) = 82+221+224=527 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.56% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #52DDE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DDE0 is #AD221F. Grayscale: #B3B3B3. Windows color (decimal): -11346464 or 14736722. OLE color: 14736722.

HSL color Cylindrical-coordinate representation of color #52DDE0: hue angle of 181.27º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DDE0 is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 82 221 224 -
CMYK 0.63 0.01 0 0.12
HSL 181.27º 0.7% 0.6% -
HSV(B) 181.27º 0.63% 0.88% -
XYZ 42.79 58.89 79.63 -
YUV 179.78 152.95 58.26 -
System Red Green Blue C M Y K H S L
Decimal 82 221 224 0.63 0.01 0 0.12 181.27 0.7 0.6
Hex 52 DD E0 3F 1 0 C B5 46 3C
Octal 122 335 340 77 1 0 14 265 106 74
Binary 1010010 11011101 11100000 111111 1 0 1100 10110101 1000110 111100

Color Harmonies of #52DDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DDE0

Black with #52DDE0

Text Example


Text Example

White with #52DDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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