Html Css Color HEX #52D8D5 Medium Turquoise

📋 copy color: '#52D8D5'

red 82 ◦ green 216 ◦ blue 213

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

Shades of Medium Turquoise #52D8D5

Tints of Medium Turquoise #52D8D5

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.27%

 BLUE value IS 213 (83.59% from 255) = 41.68%

R = 16.05%
G = 42.27%
B = 41.68%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#52D8D5 (or 0x52D8D5) is known color: Medium Turquoise. HEX triplet: 52, D8 and D5. RGB value is (82,216,213). Sum of RGB (Red+Green+Blue) = 82+216+213=511 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.05% from 511); Green value is 216 (84.77% from 255 or 42.27% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 216 - color contains mainly: green. Hex color #52D8D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52D8D5 is #AD272A. Grayscale: #AFAFAF. Windows color (decimal): -11347755 or 14014546. OLE color: 14014546.

HSL color Cylindrical-coordinate representation of color #52D8D5: hue angle of 178.66º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D8D5 is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 216 213 -
CMYK 0.62 0 0.01 0.15
HSL 178.66º 0.63% 0.58% -
HSV(B) 178.66º 0.62% 0.85% -
XYZ 40.05 55.71 71.59 -
YUV 175.59 149.11 61.24 -
System Red Green Blue C M Y K H S L
Decimal 82 216 213 0.62 0 0.01 0.15 178.66 0.63 0.58
Hex 52 D8 D5 3E 0 1 F B3 3F 3A
Octal 122 330 325 76 0 1 17 263 77 72
Binary 1010010 11011000 11010101 111110 0 1 1111 10110011 111111 111010

Color Harmonies of #52D8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D8D5

Black with #52D8D5

Text Example


Text Example

White with #52D8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,216,213); }

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

background-color css

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

 a { background-color: rgb(82,216,213); }

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

border-color css

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

 span { border-color: rgb(82,216,213); }

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