#53DFC4

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

Shades of Medium Turquoise #53DFC4

Tints of Medium Turquoise #53DFC4

Color information

#53DFC4 (or 0x53DFC4) is unknown color: approx Medium Turquoise. HEX triplet: 53, DF and C4. RGB value is (83,223,196). Sum of RGB (Red+Green+Blue) = 83+223+196=502 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.53% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 196 (76.95% from 255 or 39.04% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #53DFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DFC4 is #AC203B. Grayscale: #B2B2B2. Windows color (decimal): -11280444 or 12902227. OLE color: 12902227.

HSL color Cylindrical-coordinate representation of color #53DFC4: hue angle of 168.43º degrees, saturation: 0.69, 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 #53DFC4 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB83223196-
CMYK0.6300.120.13
HSL168.43º68.63%60%-
HSV(B)168.43º62.78%87.45%-
XYZ39.9258.661.43-
YUV178.06138.1260.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.53%
GREEN value IS 223 (87.5% from 255) = 44.42%
BLUE value IS 196 (76.95% from 255) = 39.04%
R=16.53%
G=44.42%
B=39.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal832231960.6300.120.13168.4368.6360
Hex53DFC43F0CDa8453c
Octal123337304770141525010574
Binary10100111101111111000100111111011001101101010001000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53DFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,223,196); }

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

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

 a { background-color: rgb(83,223,196); }

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

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

 span { border-color: rgb(83,223,196); }

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