#53D4DE

Color #53D4DE Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #53D4DE

Tints of Medium Turquoise #53D4DE

Color information

#53D4DE (or 0x53D4DE) is unknown color: approx Medium Turquoise. HEX triplet: 53, D4 and DE. RGB value is (83,212,222). Sum of RGB (Red+Green+Blue) = 83+212+222=517 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.05% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #53D4DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D4DE is #AC2B21. Grayscale: #AEAEAE. Windows color (decimal): -11283234 or 14603347. OLE color: 14603347.

HSL color Cylindrical-coordinate representation of color #53D4DE: hue angle of 184.32º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53D4DE is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB83212222-
CMYK0.630.0500.13
HSL184.32º67.8%59.8%-
HSV(B)184.32º62.61%87.06%-
XYZ40.354.277.45-
YUV174.57154.7662.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.05%
GREEN value IS 212 (83.20% from 255) = 41.01%
BLUE value IS 222 (87.11% from 255) = 42.94%
R=16.05%
G=41.01%
B=42.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal832122220.630.0500.13184.3267.859.8
Hex53D4DE3F50Db8443c
Octal12332433677501527010474
Binary1010011110101001101111011111110101101101110001000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53D4DE; }

 p { color: rgb(83,212,222); }

 H1.HeaderClassName
 {
   color: #53D4DE;
 }
 .AnyTagClassName
 {
   color: #53D4DE;
 }
</style>
background-color css

<style>
 a { background-color: #53D4DE; }

 a { background-color: rgb(83,212,222); }

 div.DivClassName
 {
   background-color: #53D4DE;
 }
 .BgClassName
 {
   background-color: #53D4DE;
 }
</style>
border-color css

<style>
 span { border-color: #53D4DE; }

 span { border-color: rgb(83,212,222); }

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